Html Css Color HEX #D5EF0A Chartreuse Yellow

📋 copy color: '#D5EF0A'

red 213 ◦ green 239 ◦ blue 10

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

Shades of Chartreuse Yellow #D5EF0A

Tints of Chartreuse Yellow #D5EF0A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

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

R = 46.1%
G = 51.73%
B = 2.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#D5EF0A (or 0xD5EF0A) is known color: Chartreuse Yellow. HEX triplet: D5, EF and 0A. RGB value is (213,239,10). Sum of RGB (Red+Green+Blue) = 213+239+10=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EF0A is #2A10F5. Grayscale: #CECECE. Windows color (decimal): -2756854 or 716757. OLE color: 716757.

HSL color Cylindrical-coordinate representation of color #D5EF0A: hue angle of 66.81º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5EF0A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 10 -
CMYK 0.11 0 0.96 0.06
HSL 66.81º 0.92% 0.49% -
HSV(B) 66.81º 0.96% 0.94% -
XYZ 58.36 75.9 11.86 -
YUV 205.12 17.89 133.62 -
System Red Green Blue C M Y K H S L
Decimal 213 239 10 0.11 0 0.96 0.06 66.81 0.92 0.49
Hex D5 EF A B 0 60 6 43 5C 31
Octal 325 357 12 13 0 140 6 103 134 61
Binary 11010101 11101111 1010 1011 0 1100000 110 1000011 1011100 110001

Color Harmonies of #D5EF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF0A

Black with #D5EF0A

Text Example


Text Example

White with #D5EF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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