Html Css Color HEX #D2E283 Sulu

📋 copy color: '#D2E283'

red 210 ◦ green 226 ◦ blue 131

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

Shades of Sulu #D2E283

Tints of Sulu #D2E283

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

 BLUE value IS 131 (51.56% from 255) = 23.1%

R = 37.04%
G = 39.86%
B = 23.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#D2E283 (or 0xD2E283) is known color: Sulu. HEX triplet: D2, E2 and 83. RGB value is (210,226,131). Sum of RGB (Red+Green+Blue) = 210+226+131=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E283 is #2D1D7C. Grayscale: #D2D2D2. Windows color (decimal): -2956669 or 8643282. OLE color: 8643282.

HSL color Cylindrical-coordinate representation of color #D2E283: hue angle of 70.11º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2E283 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 131 -
CMYK 0.07 0 0.42 0.11
HSL 70.11º 0.62% 0.7% -
HSV(B) 70.11º 0.42% 0.89% -
XYZ 57.87 69.73 31.88 -
YUV 210.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 210 226 131 0.07 0 0.42 0.11 70.11 0.62 0.7
Hex D2 E2 83 7 0 2A B 46 3E 46
Octal 322 342 203 7 0 52 13 106 76 106
Binary 11010010 11100010 10000011 111 0 101010 1011 1000110 111110 1000110

Color Harmonies of #D2E283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E283

Black with #D2E283

Text Example


Text Example

White with #D2E283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E283; }

 p { color: rgb(210,226,131); }

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

background-color css

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

 a { background-color: rgb(210,226,131); }

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

border-color css

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

 span { border-color: rgb(210,226,131); }

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