Html Css Color HEX #D5F205 Chartreuse Yellow

📋 copy color: '#D5F205'

red 213 ◦ green 242 ◦ blue 5

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

Shades of Chartreuse Yellow #D5F205

Tints of Chartreuse Yellow #D5F205

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.61%

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 46.3%
G = 52.61%
B = 1.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D5F205 (or 0xD5F205) is known color: Chartreuse Yellow. HEX triplet: D5, F2 and 05. RGB value is (213,242,5). Sum of RGB (Red+Green+Blue) = 213+242+5=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F205 is #2A0DFA. Grayscale: #CFCFCF. Windows color (decimal): -2756091 or 389845. OLE color: 389845.

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

Color convert

RGB 213 242 5 -
CMYK 0.12 0 0.98 0.05
HSL 67.34º 0.96% 0.48% -
HSV(B) 67.34º 0.98% 0.95% -
XYZ 59.22 77.66 12.01 -
YUV 206.31 14.39 132.77 -
System Red Green Blue C M Y K H S L
Decimal 213 242 5 0.12 0 0.98 0.05 67.34 0.96 0.48
Hex D5 F2 5 C 0 62 5 43 60 30
Octal 325 362 5 14 0 142 5 103 140 60
Binary 11010101 11110010 101 1100 0 1100010 101 1000011 1100000 110000

Color Harmonies of #D5F205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F205

Black with #D5F205

Text Example


Text Example

White with #D5F205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F205; }

 p { color: rgb(213,242,5); }

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

background-color css

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

 a { background-color: rgb(213,242,5); }

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

border-color css

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

 span { border-color: rgb(213,242,5); }

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