Html Css Color HEX #88C345 Atlantis

📋 copy color: '#88C345'

red 136 ◦ green 195 ◦ blue 69

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

Shades of Atlantis #88C345

Tints of Atlantis #88C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 34%
G = 48.75%
B = 17.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#88C345 (or 0x88C345) is known color: Atlantis. HEX triplet: 88, C3 and 45. RGB value is (136,195,69). Sum of RGB (Red+Green+Blue) = 136+195+69=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #88C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C345 is #773CBA. Grayscale: #A3A3A3. Windows color (decimal): -7814331 or 4572040. OLE color: 4572040.

HSL color Cylindrical-coordinate representation of color #88C345: hue angle of 88.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88C345 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 195 69 -
CMYK 0.30 0 0.65 0.24
HSL 88.1º 0.51% 0.52% -
HSV(B) 88.1º 0.65% 0.76% -
XYZ 30.74 44.69 12.64 -
YUV 163 74.95 108.75 -
System Red Green Blue C M Y K H S L
Decimal 136 195 69 0.30 0 0.65 0.24 88.1 0.51 0.52
Hex 88 C3 45 1E 0 41 18 58 33 34
Octal 210 303 105 36 0 101 30 130 63 64
Binary 10001000 11000011 1000101 11110 0 1000001 11000 1011000 110011 110100

Color Harmonies of #88C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C345

Black with #88C345

Text Example


Text Example

White with #88C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,195,69); }

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

background-color css

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

 a { background-color: rgb(136,195,69); }

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

border-color css

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

 span { border-color: rgb(136,195,69); }

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