Html Css Color HEX #88CC41 Atlantis

📋 copy color: '#88CC41'

red 136 ◦ green 204 ◦ blue 65

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

Shades of Atlantis #88CC41

Tints of Atlantis #88CC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.37%

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 33.58%
G = 50.37%
B = 16.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#88CC41 (or 0x88CC41) is known color: Atlantis. HEX triplet: 88, CC and 41. RGB value is (136,204,65). Sum of RGB (Red+Green+Blue) = 136+204+65=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CC41 is #7733BE. Grayscale: #A8A8A8. Windows color (decimal): -7812031 or 4312200. OLE color: 4312200.

HSL color Cylindrical-coordinate representation of color #88CC41: hue angle of 89.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88CC41 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 65 -
CMYK 0.33 0 0.68 0.2
HSL 89.35º 0.58% 0.53% -
HSV(B) 89.35º 0.68% 0.8% -
XYZ 32.7 48.8 12.7 -
YUV 167.82 69.97 105.3 -
System Red Green Blue C M Y K H S L
Decimal 136 204 65 0.33 0 0.68 0.2 89.35 0.58 0.53
Hex 88 CC 41 21 0 44 14 59 3A 35
Octal 210 314 101 41 0 104 24 131 72 65
Binary 10001000 11001100 1000001 100001 0 1000100 10100 1011001 111010 110101

Color Harmonies of #88CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CC41

Black with #88CC41

Text Example


Text Example

White with #88CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,204,65); }

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

background-color css

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

 a { background-color: rgb(136,204,65); }

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

border-color css

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

 span { border-color: rgb(136,204,65); }

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