Html Css Color HEX #D5F50B Chartreuse Yellow

📋 copy color: '#D5F50B'

red 213 ◦ green 245 ◦ blue 11

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

Shades of Chartreuse Yellow #D5F50B

Tints of Chartreuse Yellow #D5F50B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.24%

 BLUE value IS 11 (4.69% from 255) = 2.35%

R = 45.42%
G = 52.24%
B = 2.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#D5F50B (or 0xD5F50B) is known color: Chartreuse Yellow. HEX triplet: D5, F5 and 0B. RGB value is (213,245,11). Sum of RGB (Red+Green+Blue) = 213+245+11=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F50B is #2A0AF4. Grayscale: #D1D1D1. Windows color (decimal): -2755317 or 783829. OLE color: 783829.

HSL color Cylindrical-coordinate representation of color #D5F50B: hue angle of 68.21º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5F50B is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 245 11 -
CMYK 0.13 0 0.96 0.04
HSL 68.21º 0.92% 0.5% -
HSV(B) 68.21º 0.96% 0.96% -
XYZ 60.15 79.48 12.49 -
YUV 208.76 16.4 131.03 -
System Red Green Blue C M Y K H S L
Decimal 213 245 11 0.13 0 0.96 0.04 68.21 0.92 0.5
Hex D5 F5 B D 0 60 4 44 5C 32
Octal 325 365 13 15 0 140 4 104 134 62
Binary 11010101 11110101 1011 1101 0 1100000 100 1000100 1011100 110010

Color Harmonies of #D5F50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F50B

Black with #D5F50B

Text Example


Text Example

White with #D5F50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F50B; }

 p { color: rgb(213,245,11); }

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

background-color css

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

 a { background-color: rgb(213,245,11); }

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

border-color css

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

 span { border-color: rgb(213,245,11); }

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