Html Css Color HEX #55CC3C Apple

📋 copy color: '#55CC3C'

red 85 ◦ green 204 ◦ blue 60

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

Shades of Apple #55CC3C

Tints of Apple #55CC3C

RGB

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

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

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

R = 24.36%
G = 58.45%
B = 17.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#55CC3C (or 0x55CC3C) is known color: Apple. HEX triplet: 55, CC and 3C. RGB value is (85,204,60). Sum of RGB (Red+Green+Blue) = 85+204+60=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC3C is #AA33C3. Grayscale: #989898. Windows color (decimal): -11154372 or 3984469. OLE color: 3984469.

HSL color Cylindrical-coordinate representation of color #55CC3C: hue angle of 109.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55CC3C is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 60 -
CMYK 0.58 0 0.71 0.2
HSL 109.58º 0.59% 0.52% -
HSV(B) 109.58º 0.71% 0.8% -
XYZ 26.15 45.44 11.67 -
YUV 152 76.08 80.21 -
System Red Green Blue C M Y K H S L
Decimal 85 204 60 0.58 0 0.71 0.2 109.58 0.59 0.52
Hex 55 CC 3C 3A 0 47 14 6E 3B 34
Octal 125 314 74 72 0 107 24 156 73 64
Binary 1010101 11001100 111100 111010 0 1000111 10100 1101110 111011 110100

Color Harmonies of #55CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC3C

Black with #55CC3C

Text Example


Text Example

White with #55CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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