Html Css Color HEX #D2F186 Sulu

📋 copy color: '#D2F186'

red 210 ◦ green 241 ◦ blue 134

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

Shades of Sulu #D2F186

Tints of Sulu #D2F186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

 BLUE value IS 134 (52.73% from 255) = 22.91%

R = 35.9%
G = 41.2%
B = 22.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#D2F186 (or 0xD2F186) is known color: Sulu. HEX triplet: D2, F1 and 86. RGB value is (210,241,134). Sum of RGB (Red+Green+Blue) = 210+241+134=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F186 is #2D0E79. Grayscale: #DBDBDB. Windows color (decimal): -2952826 or 8843730. OLE color: 8843730.

HSL color Cylindrical-coordinate representation of color #D2F186: hue angle of 77.38º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2F186 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 134 -
CMYK 0.13 0 0.44 0.05
HSL 77.38º 0.79% 0.74% -
HSV(B) 77.38º 0.44% 0.95% -
XYZ 62.34 78.33 34.39 -
YUV 219.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 210 241 134 0.13 0 0.44 0.05 77.38 0.79 0.74
Hex D2 F1 86 D 0 2C 5 4D 4F 4A
Octal 322 361 206 15 0 54 5 115 117 112
Binary 11010010 11110001 10000110 1101 0 101100 101 1001101 1001111 1001010

Color Harmonies of #D2F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F186

Black with #D2F186

Text Example


Text Example

White with #D2F186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F186; }

 p { color: rgb(210,241,134); }

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

background-color css

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

 a { background-color: rgb(210,241,134); }

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

border-color css

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

 span { border-color: rgb(210,241,134); }

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