Html Css Color HEX #D2F180 Sulu

📋 copy color: '#D2F180'

red 210 ◦ green 241 ◦ blue 128

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

Shades of Sulu #D2F180

Tints of Sulu #D2F180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.11%

R = 36.27%
G = 41.62%
B = 22.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#D2F180 (or 0xD2F180) is known color: Sulu. HEX triplet: D2, F1 and 80. RGB value is (210,241,128). Sum of RGB (Red+Green+Blue) = 210+241+128=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F180 is #2D0E7F. Grayscale: #DBDBDB. Windows color (decimal): -2952832 or 8450514. OLE color: 8450514.

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

Color convert

RGB 210 241 128 -
CMYK 0.13 0 0.47 0.05
HSL 76.46º 0.8% 0.72% -
HSV(B) 76.46º 0.47% 0.95% -
XYZ 61.93 78.17 32.25 -
YUV 218.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 210 241 128 0.13 0 0.47 0.05 76.46 0.8 0.72
Hex D2 F1 80 D 0 2F 5 4C 50 48
Octal 322 361 200 15 0 57 5 114 120 110
Binary 11010010 11110001 10000000 1101 0 101111 101 1001100 1010000 1001000

Color Harmonies of #D2F180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F180

Black with #D2F180

Text Example


Text Example

White with #D2F180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F180; }

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

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

background-color css

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

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

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

border-color css

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

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

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