Html Css Color HEX #D0FA88 Sulu

📋 copy color: '#D0FA88'

red 208 ◦ green 250 ◦ blue 136

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

Shades of Sulu #D0FA88

Tints of Sulu #D0FA88

RGB

 RED value IS 208 (81.64% from 255) = 35.02%

 GREEN value IS 250 (98.05% from 255) = 42.09%

 BLUE value IS 136 (53.52% from 255) = 22.9%

R = 35.02%
G = 42.09%
B = 22.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#D0FA88 (or 0xD0FA88) is known color: Sulu. HEX triplet: D0, FA and 88. RGB value is (208,250,136). Sum of RGB (Red+Green+Blue) = 208+250+136=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA88 is #2F0577. Grayscale: #E0E0E0. Windows color (decimal): -3081592 or 8977104. OLE color: 8977104.

HSL color Cylindrical-coordinate representation of color #D0FA88: hue angle of 82.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0FA88 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 136 -
CMYK 0.17 0 0.46 0.02
HSL 82.11º 0.92% 0.76% -
HSV(B) 82.11º 0.46% 0.98% -
XYZ 64.64 83.56 36.01 -
YUV 224.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 208 250 136 0.17 0 0.46 0.02 82.11 0.92 0.76
Hex D0 FA 88 11 0 2E 2 52 5C 4C
Octal 320 372 210 21 0 56 2 122 134 114
Binary 11010000 11111010 10001000 10001 0 101110 10 1010010 1011100 1001100

Color Harmonies of #D0FA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA88

Black with #D0FA88

Text Example


Text Example

White with #D0FA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA88; }

 p { color: rgb(208,250,136); }

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

background-color css

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

 a { background-color: rgb(208,250,136); }

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

border-color css

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

 span { border-color: rgb(208,250,136); }

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