Html Css Color HEX #55C33C Apple

📋 copy color: '#55C33C'

red 85 ◦ green 195 ◦ blue 60

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

Shades of Apple #55C33C

Tints of Apple #55C33C

RGB

 RED value IS 85 (33.59% from 255) = 25%

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 25%
G = 57.35%
B = 17.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#55C33C (or 0x55C33C) is known color: Apple. HEX triplet: 55, C3 and 3C. RGB value is (85,195,60). Sum of RGB (Red+Green+Blue) = 85+195+60=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #55C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C33C is #AA3CC3. Grayscale: #939393. Windows color (decimal): -11156676 or 3982165. OLE color: 3982165.

HSL color Cylindrical-coordinate representation of color #55C33C: hue angle of 108.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55C33C is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 195 60 -
CMYK 0.56 0 0.69 0.24
HSL 108.89º 0.53% 0.5% -
HSV(B) 108.89º 0.69% 0.76% -
XYZ 24.08 41.29 10.98 -
YUV 146.72 79.06 83.98 -
System Red Green Blue C M Y K H S L
Decimal 85 195 60 0.56 0 0.69 0.24 108.89 0.53 0.5
Hex 55 C3 3C 38 0 45 18 6D 35 32
Octal 125 303 74 70 0 105 30 155 65 62
Binary 1010101 11000011 111100 111000 0 1000101 11000 1101101 110101 110010

Color Harmonies of #55C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C33C

Black with #55C33C

Text Example


Text Example

White with #55C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C33C; }

 p { color: rgb(85,195,60); }

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

background-color css

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

 a { background-color: rgb(85,195,60); }

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

border-color css

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

 span { border-color: rgb(85,195,60); }

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