Html Css Color HEX #D6EB8D Sulu

📋 copy color: '#D6EB8D'

red 214 ◦ green 235 ◦ blue 141

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

Shades of Sulu #D6EB8D

Tints of Sulu #D6EB8D

RGB

 RED value IS 214 (83.98% from 255) = 36.27%

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

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 36.27%
G = 39.83%
B = 23.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#D6EB8D (or 0xD6EB8D) is known color: Sulu. HEX triplet: D6, EB and 8D. RGB value is (214,235,141). Sum of RGB (Red+Green+Blue) = 214+235+141=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EB8D is #291472. Grayscale: #DADADA. Windows color (decimal): -2692211 or 9300950. OLE color: 9300950.

HSL color Cylindrical-coordinate representation of color #D6EB8D: hue angle of 73.4º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6EB8D is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 141 -
CMYK 0.09 0 0.4 0.08
HSL 73.4º 0.7% 0.74% -
HSV(B) 73.4º 0.4% 0.92% -
XYZ 62.25 75.64 36.52 -
YUV 218.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 214 235 141 0.09 0 0.4 0.08 73.4 0.7 0.74
Hex D6 EB 8D 9 0 28 8 49 46 4A
Octal 326 353 215 11 0 50 10 111 106 112
Binary 11010110 11101011 10001101 1001 0 101000 1000 1001001 1000110 1001010

Color Harmonies of #D6EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB8D

Black with #D6EB8D

Text Example


Text Example

White with #D6EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB8D; }

 p { color: rgb(214,235,141); }

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

background-color css

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

 a { background-color: rgb(214,235,141); }

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

border-color css

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

 span { border-color: rgb(214,235,141); }

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