Html Css Color HEX #D3EB7D Sulu

📋 copy color: '#D3EB7D'

red 211 ◦ green 235 ◦ blue 125

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

Shades of Sulu #D3EB7D

Tints of Sulu #D3EB7D

RGB

 RED value IS 211 (82.81% from 255) = 36.95%

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

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 36.95%
G = 41.16%
B = 21.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#D3EB7D (or 0xD3EB7D) is known color: Sulu. HEX triplet: D3, EB and 7D. RGB value is (211,235,125). Sum of RGB (Red+Green+Blue) = 211+235+125=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB7D is #2C1482. Grayscale: #D7D7D7. Windows color (decimal): -2888835 or 8252371. OLE color: 8252371.

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

Color convert

RGB 211 235 125 -
CMYK 0.10 0 0.47 0.08
HSL 73.09º 0.73% 0.71% -
HSV(B) 73.09º 0.47% 0.92% -
XYZ 60.27 74.75 30.65 -
YUV 215.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 211 235 125 0.10 0 0.47 0.08 73.09 0.73 0.71
Hex D3 EB 7D A 0 2F 8 49 49 47
Octal 323 353 175 12 0 57 10 111 111 107
Binary 11010011 11101011 1111101 1010 0 101111 1000 1001001 1001001 1000111

Color Harmonies of #D3EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB7D

Black with #D3EB7D

Text Example


Text Example

White with #D3EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB7D; }

 p { color: rgb(211,235,125); }

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

background-color css

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

 a { background-color: rgb(211,235,125); }

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

border-color css

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

 span { border-color: rgb(211,235,125); }

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