Html Css Color HEX #DEF312 Chartreuse Yellow

📋 copy color: '#DEF312'

red 222 ◦ green 243 ◦ blue 18

#DEF312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DEF312

Tints of Chartreuse Yellow #DEF312

RGB

 RED value IS 222 (87.11% from 255) = 45.96%

 GREEN value IS 243 (95.31% from 255) = 50.31%

 BLUE value IS 18 (7.42% from 255) = 3.73%

R = 45.96%
G = 50.31%
B = 3.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEF312 (or 0xDEF312) is known color: Chartreuse Yellow. HEX triplet: DE, F3 and 12. RGB value is (222,243,18). Sum of RGB (Red+Green+Blue) = 222+243+18=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF312 is #210CED. Grayscale: #D3D3D3. Windows color (decimal): -2165998 or 1242078. OLE color: 1242078.

HSL color Cylindrical-coordinate representation of color #DEF312: hue angle of 65.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEF312 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 243 18 -
CMYK 0.09 0 0.93 0.05
HSL 65.6º 0.9% 0.51% -
HSV(B) 65.6º 0.93% 0.95% -
XYZ 62.28 79.67 12.67 -
YUV 211.07 19.04 135.8 -
System Red Green Blue C M Y K H S L
Decimal 222 243 18 0.09 0 0.93 0.05 65.6 0.9 0.51
Hex DE F3 12 9 0 5D 5 42 5A 33
Octal 336 363 22 11 0 135 5 102 132 63
Binary 11011110 11110011 10010 1001 0 1011101 101 1000010 1011010 110011

Color Harmonies of #DEF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF312

Black with #DEF312

Text Example


Text Example

White with #DEF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF312; }

 p { color: rgb(222,243,18); }

 H1.HeaderClassName
 {
   color: #DEF312;
 }
 .AnyTagClassName
 {
   color: #DEF312;
 }
</style>

background-color css

<style>
 a { background-color: #DEF312; }

 a { background-color: rgb(222,243,18); }

 div.DivClassName
 {
   background-color: #DEF312;
 }
 .BgClassName
 {
   background-color: #DEF312;
 }
</style>

border-color css

<style>
 span { border-color: #DEF312; }

 span { border-color: rgb(222,243,18); }

 td.TdClassName
 {
   border-color: #DEF312;
 }
 .TagClassName
 {
   border-color: #DEF312;
 }
</style>