Html Css Color HEX #D2EB85 Sulu

📋 copy color: '#D2EB85'

red 210 ◦ green 235 ◦ blue 133

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

Shades of Sulu #D2EB85

Tints of Sulu #D2EB85

RGB

 RED value IS 210 (82.42% from 255) = 36.33%

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

 BLUE value IS 133 (52.34% from 255) = 23.01%

R = 36.33%
G = 40.66%
B = 23.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#D2EB85 (or 0xD2EB85) is known color: Sulu. HEX triplet: D2, EB and 85. RGB value is (210,235,133). Sum of RGB (Red+Green+Blue) = 210+235+133=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB85 is #2D147A. Grayscale: #D8D8D8. Windows color (decimal): -2954363 or 8776658. OLE color: 8776658.

HSL color Cylindrical-coordinate representation of color #D2EB85: hue angle of 74.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2EB85 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 133 -
CMYK 0.11 0 0.43 0.08
HSL 74.71º 0.72% 0.72% -
HSV(B) 74.71º 0.43% 0.92% -
XYZ 60.52 74.81 33.44 -
YUV 215.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 210 235 133 0.11 0 0.43 0.08 74.71 0.72 0.72
Hex D2 EB 85 B 0 2B 8 4B 48 48
Octal 322 353 205 13 0 53 10 113 110 110
Binary 11010010 11101011 10000101 1011 0 101011 1000 1001011 1001000 1001000

Color Harmonies of #D2EB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB85

Black with #D2EB85

Text Example


Text Example

White with #D2EB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB85; }

 p { color: rgb(210,235,133); }

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

background-color css

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

 a { background-color: rgb(210,235,133); }

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

border-color css

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

 span { border-color: rgb(210,235,133); }

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