Html Css Color HEX #D2E681 Sulu

📋 copy color: '#D2E681'

red 210 ◦ green 230 ◦ blue 129

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

Shades of Sulu #D2E681

Tints of Sulu #D2E681

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.42%

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 36.91%
G = 40.42%
B = 22.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#D2E681 (or 0xD2E681) is known color: Sulu. HEX triplet: D2, E6 and 81. RGB value is (210,230,129). Sum of RGB (Red+Green+Blue) = 210+230+129=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E681 is #2D197E. Grayscale: #D4D4D4. Windows color (decimal): -2955647 or 8513234. OLE color: 8513234.

HSL color Cylindrical-coordinate representation of color #D2E681: hue angle of 71.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2E681 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 230 129 -
CMYK 0.09 0 0.44 0.10
HSL 71.88º 0.67% 0.7% -
HSV(B) 71.88º 0.44% 0.9% -
XYZ 58.84 71.88 31.54 -
YUV 212.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 210 230 129 0.09 0 0.44 0.10 71.88 0.67 0.7
Hex D2 E6 81 9 0 2C A 48 43 46
Octal 322 346 201 11 0 54 12 110 103 106
Binary 11010010 11100110 10000001 1001 0 101100 1010 1001000 1000011 1000110

Color Harmonies of #D2E681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E681

Black with #D2E681

Text Example


Text Example

White with #D2E681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E681; }

 p { color: rgb(210,230,129); }

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

background-color css

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

 a { background-color: rgb(210,230,129); }

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

border-color css

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

 span { border-color: rgb(210,230,129); }

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