Html Css Color HEX #D4EB8A Sulu

📋 copy color: '#D4EB8A'

red 212 ◦ green 235 ◦ blue 138

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

Shades of Sulu #D4EB8A

Tints of Sulu #D4EB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 138 (54.3% from 255) = 23.59%

R = 36.24%
G = 40.17%
B = 23.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#D4EB8A (or 0xD4EB8A) is known color: Sulu. HEX triplet: D4, EB and 8A. RGB value is (212,235,138). Sum of RGB (Red+Green+Blue) = 212+235+138=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EB8A is #2B1475. Grayscale: #D9D9D9. Windows color (decimal): -2823286 or 9104340. OLE color: 9104340.

HSL color Cylindrical-coordinate representation of color #D4EB8A: hue angle of 74.23º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4EB8A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 138 -
CMYK 0.10 0 0.41 0.08
HSL 74.23º 0.71% 0.73% -
HSV(B) 74.23º 0.41% 0.92% -
XYZ 61.45 75.25 35.33 -
YUV 217.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 212 235 138 0.10 0 0.41 0.08 74.23 0.71 0.73
Hex D4 EB 8A A 0 29 8 4A 47 49
Octal 324 353 212 12 0 51 10 112 107 111
Binary 11010100 11101011 10001010 1010 0 101001 1000 1001010 1000111 1001001

Color Harmonies of #D4EB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB8A

Black with #D4EB8A

Text Example


Text Example

White with #D4EB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB8A; }

 p { color: rgb(212,235,138); }

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

background-color css

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

 a { background-color: rgb(212,235,138); }

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

border-color css

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

 span { border-color: rgb(212,235,138); }

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