Html Css Color HEX #D2E985 Sulu

📋 copy color: '#D2E985'

red 210 ◦ green 233 ◦ blue 133

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

Shades of Sulu #D2E985

Tints of Sulu #D2E985

RGB

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

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

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

R = 36.46%
G = 40.45%
B = 23.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#D2E985 (or 0xD2E985) is known color: Sulu. HEX triplet: D2, E9 and 85. RGB value is (210,233,133). Sum of RGB (Red+Green+Blue) = 210+233+133=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E985 is #2D167A. Grayscale: #D7D7D7. Windows color (decimal): -2954875 or 8776146. OLE color: 8776146.

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

Color convert

RGB 210 233 133 -
CMYK 0.10 0 0.43 0.09
HSL 73.8º 0.69% 0.72% -
HSV(B) 73.8º 0.43% 0.91% -
XYZ 59.95 73.67 33.25 -
YUV 214.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 210 233 133 0.10 0 0.43 0.09 73.8 0.69 0.72
Hex D2 E9 85 A 0 2B 9 4A 45 48
Octal 322 351 205 12 0 53 11 112 105 110
Binary 11010010 11101001 10000101 1010 0 101011 1001 1001010 1000101 1001000

Color Harmonies of #D2E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E985

Black with #D2E985

Text Example


Text Example

White with #D2E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E985; }

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

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

background-color css

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

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

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

border-color css

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

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

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