Html Css Color HEX #D6F70D Chartreuse Yellow

📋 copy color: '#D6F70D'

red 214 ◦ green 247 ◦ blue 13

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

Shades of Chartreuse Yellow #D6F70D

Tints of Chartreuse Yellow #D6F70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.11%

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 45.15%
G = 52.11%
B = 2.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#D6F70D (or 0xD6F70D) is known color: Chartreuse Yellow. HEX triplet: D6, F7 and 0D. RGB value is (214,247,13). Sum of RGB (Red+Green+Blue) = 214+247+13=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F70D is #2908F2. Grayscale: #D3D3D3. Windows color (decimal): -2689267 or 915414. OLE color: 915414.

HSL color Cylindrical-coordinate representation of color #D6F70D: hue angle of 68.46º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6F70D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 247 13 -
CMYK 0.13 0 0.95 0.03
HSL 68.46º 0.94% 0.51% -
HSV(B) 68.46º 0.95% 0.97% -
XYZ 61.06 80.85 12.77 -
YUV 210.46 16.57 130.53 -
System Red Green Blue C M Y K H S L
Decimal 214 247 13 0.13 0 0.95 0.03 68.46 0.94 0.51
Hex D6 F7 D D 0 5F 3 44 5E 33
Octal 326 367 15 15 0 137 3 104 136 63
Binary 11010110 11110111 1101 1101 0 1011111 11 1000100 1011110 110011

Color Harmonies of #D6F70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F70D

Black with #D6F70D

Text Example


Text Example

White with #D6F70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F70D; }

 p { color: rgb(214,247,13); }

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

background-color css

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

 a { background-color: rgb(214,247,13); }

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

border-color css

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

 span { border-color: rgb(214,247,13); }

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