Html Css Color HEX #D4F981 Sulu

📋 copy color: '#D4F981'

red 212 ◦ green 249 ◦ blue 129

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

Shades of Sulu #D4F981

Tints of Sulu #D4F981

RGB

 RED value IS 212 (83.2% from 255) = 35.93%

 GREEN value IS 249 (97.66% from 255) = 42.2%

 BLUE value IS 129 (50.78% from 255) = 21.86%

R = 35.93%
G = 42.2%
B = 21.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D4F981 (or 0xD4F981) is known color: Sulu. HEX triplet: D4, F9 and 81. RGB value is (212,249,129). Sum of RGB (Red+Green+Blue) = 212+249+129=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F981 is #2B067E. Grayscale: #E0E0E0. Windows color (decimal): -2819711 or 8518100. OLE color: 8518100.

HSL color Cylindrical-coordinate representation of color #D4F981: hue angle of 78.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4F981 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 249 129 -
CMYK 0.15 0 0.48 0.02
HSL 78.5º 0.91% 0.74% -
HSV(B) 78.5º 0.48% 0.98% -
XYZ 64.99 83.33 33.43 -
YUV 224.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 212 249 129 0.15 0 0.48 0.02 78.5 0.91 0.74
Hex D4 F9 81 F 0 30 2 4E 5B 4A
Octal 324 371 201 17 0 60 2 116 133 112
Binary 11010100 11111001 10000001 1111 0 110000 10 1001110 1011011 1001010

Color Harmonies of #D4F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F981

Black with #D4F981

Text Example


Text Example

White with #D4F981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F981; }

 p { color: rgb(212,249,129); }

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

background-color css

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

 a { background-color: rgb(212,249,129); }

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

border-color css

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

 span { border-color: rgb(212,249,129); }

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