Html Css Color HEX #D5F70A Chartreuse Yellow

📋 copy color: '#D5F70A'

red 213 ◦ green 247 ◦ blue 10

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

Shades of Chartreuse Yellow #D5F70A

Tints of Chartreuse Yellow #D5F70A

RGB

 RED value IS 213 (83.59% from 255) = 45.32%

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

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 45.32%
G = 52.55%
B = 2.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#D5F70A (or 0xD5F70A) is known color: Chartreuse Yellow. HEX triplet: D5, F7 and 0A. RGB value is (213,247,10). Sum of RGB (Red+Green+Blue) = 213+247+10=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F70A is #2A08F5. Grayscale: #D2D2D2. Windows color (decimal): -2754806 or 718805. OLE color: 718805.

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

Color convert

RGB 213 247 10 -
CMYK 0.14 0 0.96 0.03
HSL 68.61º 0.94% 0.5% -
HSV(B) 68.61º 0.96% 0.97% -
XYZ 60.76 80.69 12.66 -
YUV 209.82 15.24 130.27 -
System Red Green Blue C M Y K H S L
Decimal 213 247 10 0.14 0 0.96 0.03 68.61 0.94 0.5
Hex D5 F7 A E 0 60 3 45 5E 32
Octal 325 367 12 16 0 140 3 105 136 62
Binary 11010101 11110111 1010 1110 0 1100000 11 1000101 1011110 110010

Color Harmonies of #D5F70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F70A

Black with #D5F70A

Text Example


Text Example

White with #D5F70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F70A; }

 p { color: rgb(213,247,10); }

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

background-color css

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

 a { background-color: rgb(213,247,10); }

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

border-color css

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

 span { border-color: rgb(213,247,10); }

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