Html Css Color HEX #D5ED0F Chartreuse Yellow

📋 copy color: '#D5ED0F'

red 213 ◦ green 237 ◦ blue 15

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

Shades of Chartreuse Yellow #D5ED0F

Tints of Chartreuse Yellow #D5ED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.97%

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 45.81%
G = 50.97%
B = 3.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#D5ED0F (or 0xD5ED0F) is known color: Chartreuse Yellow. HEX triplet: D5, ED and 0F. RGB value is (213,237,15). Sum of RGB (Red+Green+Blue) = 213+237+15=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED0F is #2A12F0. Grayscale: #CDCDCD. Windows color (decimal): -2757361 or 1043925. OLE color: 1043925.

HSL color Cylindrical-coordinate representation of color #D5ED0F: hue angle of 66.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5ED0F is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 15 -
CMYK 0.10 0 0.94 0.07
HSL 66.49º 0.88% 0.49% -
HSV(B) 66.49º 0.94% 0.93% -
XYZ 57.81 74.75 11.83 -
YUV 204.52 21.05 134.05 -
System Red Green Blue C M Y K H S L
Decimal 213 237 15 0.10 0 0.94 0.07 66.49 0.88 0.49
Hex D5 ED F A 0 5E 7 42 58 31
Octal 325 355 17 12 0 136 7 102 130 61
Binary 11010101 11101101 1111 1010 0 1011110 111 1000010 1011000 110001

Color Harmonies of #D5ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED0F

Black with #D5ED0F

Text Example


Text Example

White with #D5ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED0F; }

 p { color: rgb(213,237,15); }

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

background-color css

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

 a { background-color: rgb(213,237,15); }

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

border-color css

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

 span { border-color: rgb(213,237,15); }

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