Html Css Color HEX #88CF42 Atlantis

📋 copy color: '#88CF42'

red 136 ◦ green 207 ◦ blue 66

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

Shades of Atlantis #88CF42

Tints of Atlantis #88CF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.61%

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

R = 33.25%
G = 50.61%
B = 16.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#88CF42 (or 0x88CF42) is known color: Atlantis. HEX triplet: 88, CF and 42. RGB value is (136,207,66). Sum of RGB (Red+Green+Blue) = 136+207+66=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CF42 is #7730BD. Grayscale: #AAAAAA. Windows color (decimal): -7811262 or 4378504. OLE color: 4378504.

HSL color Cylindrical-coordinate representation of color #88CF42: hue angle of 90.21º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88CF42 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 207 66 -
CMYK 0.34 0 0.68 0.19
HSL 90.21º 0.59% 0.54% -
HSV(B) 90.21º 0.68% 0.81% -
XYZ 33.45 50.25 13.09 -
YUV 169.7 69.48 103.96 -
System Red Green Blue C M Y K H S L
Decimal 136 207 66 0.34 0 0.68 0.19 90.21 0.59 0.54
Hex 88 CF 42 22 0 44 13 5A 3B 36
Octal 210 317 102 42 0 104 23 132 73 66
Binary 10001000 11001111 1000010 100010 0 1000100 10011 1011010 111011 110110

Color Harmonies of #88CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CF42

Black with #88CF42

Text Example


Text Example

White with #88CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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