Html Css Color HEX #D5F312 Chartreuse Yellow

📋 copy color: '#D5F312'

red 213 ◦ green 243 ◦ blue 18

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

Shades of Chartreuse Yellow #D5F312

Tints of Chartreuse Yellow #D5F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.27%

 BLUE value IS 18 (7.42% from 255) = 3.8%

R = 44.94%
G = 51.27%
B = 3.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D5F312 (or 0xD5F312) is known color: Chartreuse Yellow. HEX triplet: D5, F3 and 12. RGB value is (213,243,18). Sum of RGB (Red+Green+Blue) = 213+243+18=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F312 is #2A0CED. Grayscale: #D1D1D1. Windows color (decimal): -2755822 or 1242069. OLE color: 1242069.

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

Color convert

RGB 213 243 18 -
CMYK 0.12 0 0.93 0.05
HSL 68º 0.9% 0.51% -
HSV(B) 68º 0.93% 0.95% -
XYZ 59.6 78.29 12.54 -
YUV 208.38 20.56 131.3 -
System Red Green Blue C M Y K H S L
Decimal 213 243 18 0.12 0 0.93 0.05 68 0.9 0.51
Hex D5 F3 12 C 0 5D 5 44 5A 33
Octal 325 363 22 14 0 135 5 104 132 63
Binary 11010101 11110011 10010 1100 0 1011101 101 1000100 1011010 110011

Color Harmonies of #D5F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F312

Black with #D5F312

Text Example


Text Example

White with #D5F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F312; }

 p { color: rgb(213,243,18); }

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

background-color css

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

 a { background-color: rgb(213,243,18); }

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

border-color css

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

 span { border-color: rgb(213,243,18); }

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