Html Css Color HEX #88DD42 Atlantis

📋 copy color: '#88DD42'

red 136 ◦ green 221 ◦ blue 66

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

Shades of Atlantis #88DD42

Tints of Atlantis #88DD42

RGB

 RED value IS 136 (53.52% from 255) = 32.15%

 GREEN value IS 221 (86.72% from 255) = 52.25%

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 32.15%
G = 52.25%
B = 15.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#88DD42 (or 0x88DD42) is known color: Atlantis. HEX triplet: 88, DD and 42. RGB value is (136,221,66). Sum of RGB (Red+Green+Blue) = 136+221+66=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DD42 is #7722BD. Grayscale: #B2B2B2. Windows color (decimal): -7807678 or 4382088. OLE color: 4382088.

HSL color Cylindrical-coordinate representation of color #88DD42: hue angle of 92.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88DD42 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 221 66 -
CMYK 0.38 0 0.70 0.13
HSL 92.9º 0.7% 0.56% -
HSV(B) 92.9º 0.7% 0.87% -
XYZ 36.99 57.34 14.27 -
YUV 177.92 64.84 98.1 -
System Red Green Blue C M Y K H S L
Decimal 136 221 66 0.38 0 0.70 0.13 92.9 0.7 0.56
Hex 88 DD 42 26 0 46 D 5D 46 38
Octal 210 335 102 46 0 106 15 135 106 70
Binary 10001000 11011101 1000010 100110 0 1000110 1101 1011101 1000110 111000

Color Harmonies of #88DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DD42

Black with #88DD42

Text Example


Text Example

White with #88DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88DD42; }

 p { color: rgb(136,221,66); }

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

background-color css

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

 a { background-color: rgb(136,221,66); }

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

border-color css

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

 span { border-color: rgb(136,221,66); }

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