Html Css Color HEX #D4E986 Sulu

📋 copy color: '#D4E986'

red 212 ◦ green 233 ◦ blue 134

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

Shades of Sulu #D4E986

Tints of Sulu #D4E986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.24%

 BLUE value IS 134 (52.73% from 255) = 23.14%

R = 36.61%
G = 40.24%
B = 23.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#D4E986 (or 0xD4E986) is known color: Sulu. HEX triplet: D4, E9 and 86. RGB value is (212,233,134). Sum of RGB (Red+Green+Blue) = 212+233+134=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E986 is #2B1679. Grayscale: #D7D7D7. Windows color (decimal): -2823802 or 8841684. OLE color: 8841684.

HSL color Cylindrical-coordinate representation of color #D4E986: hue angle of 72.73º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4E986 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 233 134 -
CMYK 0.09 0 0.42 0.09
HSL 72.73º 0.69% 0.72% -
HSV(B) 72.73º 0.42% 0.91% -
XYZ 60.59 74 33.64 -
YUV 215.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 212 233 134 0.09 0 0.42 0.09 72.73 0.69 0.72
Hex D4 E9 86 9 0 2A 9 49 45 48
Octal 324 351 206 11 0 52 11 111 105 110
Binary 11010100 11101001 10000110 1001 0 101010 1001 1001001 1000101 1001000

Color Harmonies of #D4E986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E986

Black with #D4E986

Text Example


Text Example

White with #D4E986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E986; }

 p { color: rgb(212,233,134); }

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

background-color css

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

 a { background-color: rgb(212,233,134); }

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

border-color css

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

 span { border-color: rgb(212,233,134); }

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