Html Css Color HEX #DCFB12 Chartreuse Yellow

📋 copy color: '#DCFB12'

red 220 ◦ green 251 ◦ blue 18

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

Shades of Chartreuse Yellow #DCFB12

Tints of Chartreuse Yellow #DCFB12

RGB

 RED value IS 220 (86.33% from 255) = 44.99%

 GREEN value IS 251 (98.44% from 255) = 51.33%

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

R = 44.99%
G = 51.33%
B = 3.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#DCFB12 (or 0xDCFB12) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 12. RGB value is (220,251,18). Sum of RGB (Red+Green+Blue) = 220+251+18=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFB12 is #2304ED. Grayscale: #D8D8D8. Windows color (decimal): -2295022 or 1244124. OLE color: 1244124.

HSL color Cylindrical-coordinate representation of color #DCFB12: hue angle of 67.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCFB12 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 18 -
CMYK 0.12 0 0.93 0.02
HSL 67.98º 0.97% 0.53% -
HSV(B) 67.98º 0.93% 0.98% -
XYZ 64.12 84.25 13.46 -
YUV 215.17 16.73 131.45 -
System Red Green Blue C M Y K H S L
Decimal 220 251 18 0.12 0 0.93 0.02 67.98 0.97 0.53
Hex DC FB 12 C 0 5D 2 44 61 35
Octal 334 373 22 14 0 135 2 104 141 65
Binary 11011100 11111011 10010 1100 0 1011101 10 1000100 1100001 110101

Color Harmonies of #DCFB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB12

Black with #DCFB12

Text Example


Text Example

White with #DCFB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB12; }

 p { color: rgb(220,251,18); }

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

background-color css

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

 a { background-color: rgb(220,251,18); }

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

border-color css

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

 span { border-color: rgb(220,251,18); }

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