Html Css Color HEX #DCF912 Chartreuse Yellow

📋 copy color: '#DCF912'

red 220 ◦ green 249 ◦ blue 18

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

Shades of Chartreuse Yellow #DCF912

Tints of Chartreuse Yellow #DCF912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.13%

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

R = 45.17%
G = 51.13%
B = 3.7%

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

#DCF912 (or 0xDCF912) is known color: Chartreuse Yellow. HEX triplet: DC, F9 and 12. RGB value is (220,249,18). Sum of RGB (Red+Green+Blue) = 220+249+18=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF912 is #2306ED. Grayscale: #D6D6D6. Windows color (decimal): -2295534 or 1243612. OLE color: 1243612.

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

Color convert

RGB 220 249 18 -
CMYK 0.12 0 0.93 0.02
HSL 67.53º 0.95% 0.52% -
HSV(B) 67.53º 0.93% 0.98% -
XYZ 63.5 83.01 13.25 -
YUV 214 17.39 132.28 -
System Red Green Blue C M Y K H S L
Decimal 220 249 18 0.12 0 0.93 0.02 67.53 0.95 0.52
Hex DC F9 12 C 0 5D 2 44 5F 34
Octal 334 371 22 14 0 135 2 104 137 64
Binary 11011100 11111001 10010 1100 0 1011101 10 1000100 1011111 110100

Color Harmonies of #DCF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF912

Black with #DCF912

Text Example


Text Example

White with #DCF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF912; }

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

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

background-color css

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

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

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

border-color css

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

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

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