Html Css Color HEX #D6F312 Chartreuse Yellow

📋 copy color: '#D6F312'

red 214 ◦ green 243 ◦ blue 18

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

Shades of Chartreuse Yellow #D6F312

Tints of Chartreuse Yellow #D6F312

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

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

R = 45.05%
G = 51.16%
B = 3.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D6F312 (or 0xD6F312) is known color: Chartreuse Yellow. HEX triplet: D6, F3 and 12. RGB value is (214,243,18). Sum of RGB (Red+Green+Blue) = 214+243+18=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F312 is #290CED. Grayscale: #D1D1D1. Windows color (decimal): -2690286 or 1242070. OLE color: 1242070.

HSL color Cylindrical-coordinate representation of color #D6F312: hue angle of 67.73º 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 #D6F312 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 18 -
CMYK 0.12 0 0.93 0.05
HSL 67.73º 0.9% 0.51% -
HSV(B) 67.73º 0.93% 0.95% -
XYZ 59.89 78.44 12.56 -
YUV 208.68 20.39 131.8 -
System Red Green Blue C M Y K H S L
Decimal 214 243 18 0.12 0 0.93 0.05 67.73 0.9 0.51
Hex D6 F3 12 C 0 5D 5 44 5A 33
Octal 326 363 22 14 0 135 5 104 132 63
Binary 11010110 11110011 10010 1100 0 1011101 101 1000100 1011010 110011

Color Harmonies of #D6F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F312

Black with #D6F312

Text Example


Text Example

White with #D6F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F312; }

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

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

background-color css

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

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

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

border-color css

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

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

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