Html Css Color HEX #D6FB14 Chartreuse Yellow

📋 copy color: '#D6FB14'

red 214 ◦ green 251 ◦ blue 20

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

Shades of Chartreuse Yellow #D6FB14

Tints of Chartreuse Yellow #D6FB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 44.12%
G = 51.75%
B = 4.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#D6FB14 (or 0xD6FB14) is known color: Chartreuse Yellow. HEX triplet: D6, FB and 14. RGB value is (214,251,20). Sum of RGB (Red+Green+Blue) = 214+251+20=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FB14 is #2904EB. Grayscale: #D6D6D6. Windows color (decimal): -2688236 or 1375190. OLE color: 1375190.

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

Color convert

RGB 214 251 20 -
CMYK 0.15 0 0.92 0.02
HSL 69.61º 0.97% 0.53% -
HSV(B) 69.61º 0.92% 0.98% -
XYZ 62.36 83.34 13.46 -
YUV 213.6 18.74 128.28 -
System Red Green Blue C M Y K H S L
Decimal 214 251 20 0.15 0 0.92 0.02 69.61 0.97 0.53
Hex D6 FB 14 F 0 5C 2 46 61 35
Octal 326 373 24 17 0 134 2 106 141 65
Binary 11010110 11111011 10100 1111 0 1011100 10 1000110 1100001 110101

Color Harmonies of #D6FB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB14

Black with #D6FB14

Text Example


Text Example

White with #D6FB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB14; }

 p { color: rgb(214,251,20); }

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

background-color css

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

 a { background-color: rgb(214,251,20); }

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

border-color css

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

 span { border-color: rgb(214,251,20); }

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