Html Css Color HEX #D0F88A Sulu

📋 copy color: '#D0F88A'

red 208 ◦ green 248 ◦ blue 138

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

Shades of Sulu #D0F88A

Tints of Sulu #D0F88A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.75%

 BLUE value IS 138 (54.3% from 255) = 23.23%

R = 35.02%
G = 41.75%
B = 23.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#D0F88A (or 0xD0F88A) is known color: Sulu. HEX triplet: D0, F8 and 8A. RGB value is (208,248,138). Sum of RGB (Red+Green+Blue) = 208+248+138=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F88A is #2F0775. Grayscale: #DFDFDF. Windows color (decimal): -3082102 or 9107664. OLE color: 9107664.

HSL color Cylindrical-coordinate representation of color #D0F88A: hue angle of 81.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0F88A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 138 -
CMYK 0.16 0 0.44 0.03
HSL 81.82º 0.89% 0.76% -
HSV(B) 81.82º 0.44% 0.97% -
XYZ 64.17 82.38 36.56 -
YUV 223.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 208 248 138 0.16 0 0.44 0.03 81.82 0.89 0.76
Hex D0 F8 8A 10 0 2C 3 52 59 4C
Octal 320 370 212 20 0 54 3 122 131 114
Binary 11010000 11111000 10001010 10000 0 101100 11 1010010 1011001 1001100

Color Harmonies of #D0F88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F88A

Black with #D0F88A

Text Example


Text Example

White with #D0F88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F88A; }

 p { color: rgb(208,248,138); }

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

background-color css

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

 a { background-color: rgb(208,248,138); }

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

border-color css

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

 span { border-color: rgb(208,248,138); }

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