Html Css Color HEX #DEFA1C Chartreuse Yellow

📋 copy color: '#DEFA1C'

red 222 ◦ green 250 ◦ blue 28

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

Shades of Chartreuse Yellow #DEFA1C

Tints of Chartreuse Yellow #DEFA1C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50%

 BLUE value IS 28 (11.33% from 255) = 5.6%

R = 44.4%
G = 50%
B = 5.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#DEFA1C (or 0xDEFA1C) is known color: Chartreuse Yellow. HEX triplet: DE, FA and 1C. RGB value is (222,250,28). Sum of RGB (Red+Green+Blue) = 222+250+28=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 28 (11.33% from 255 or 5.6% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFA1C is #2105E3. Grayscale: #D9D9D9. Windows color (decimal): -2164196 or 1899230. OLE color: 1899230.

HSL color Cylindrical-coordinate representation of color #DEFA1C: hue angle of 67.57º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEFA1C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 28 -
CMYK 0.11 0 0.89 0.02
HSL 67.57º 0.96% 0.55% -
HSV(B) 67.57º 0.89% 0.98% -
XYZ 64.52 83.98 13.91 -
YUV 216.32 21.72 132.05 -
System Red Green Blue C M Y K H S L
Decimal 222 250 28 0.11 0 0.89 0.02 67.57 0.96 0.55
Hex DE FA 1C B 0 59 2 44 60 37
Octal 336 372 34 13 0 131 2 104 140 67
Binary 11011110 11111010 11100 1011 0 1011001 10 1000100 1100000 110111

Color Harmonies of #DEFA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA1C

Black with #DEFA1C

Text Example


Text Example

White with #DEFA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA1C; }

 p { color: rgb(222,250,28); }

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

background-color css

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

 a { background-color: rgb(222,250,28); }

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

border-color css

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

 span { border-color: rgb(222,250,28); }

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