#DEF101 (or 0xDEF101) is unknown color: approx Chartreuse Yellow. HEX triplet: DE, F1 and 01. RGB value is (222,241,1). Sum of RGB (Red+Green+Blue) = 222+241+1=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF101 is #210EFE. Grayscale: #D0D0D0. Windows color (decimal): -2166527 or 127454. OLE color: 127454.
HSL color Cylindrical-coordinate representation of color #DEF101: hue angle of 64.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEF101 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
<style> p { color: #def101; } p { color: rgb(222,241,1); } H1.HeaderClassName { color: #def101; } .AnyTagClassName { color: #def101; } </style>
<style> a { background-color: #def101; } a { background-color: rgb(222,241,1); } div.DivClassName { background-color: #def101; } .BgClassName { background-color: #def101; } </style>
<style> span { border-color: #def101; } span { border-color: rgb(222,241,1); } td.TdClassName { border-color: #def101; } .TagClassName { border-color: #def101; } </style>