Html Css Color HEX #55CD3C Apple

📋 copy color: '#55CD3C'

red 85 ◦ green 205 ◦ blue 60

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

Shades of Apple #55CD3C

Tints of Apple #55CD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.57%

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

R = 24.29%
G = 58.57%
B = 17.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#55CD3C (or 0x55CD3C) is known color: Apple. HEX triplet: 55, CD and 3C. RGB value is (85,205,60). Sum of RGB (Red+Green+Blue) = 85+205+60=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CD3C is #AA32C3. Grayscale: #999999. Windows color (decimal): -11154116 or 3984725. OLE color: 3984725.

HSL color Cylindrical-coordinate representation of color #55CD3C: hue angle of 109.66º 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 #55CD3C is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 205 60 -
CMYK 0.59 0 0.71 0.20
HSL 109.66º 0.59% 0.52% -
HSV(B) 109.66º 0.71% 0.8% -
XYZ 26.39 45.92 11.75 -
YUV 152.59 75.74 79.79 -
System Red Green Blue C M Y K H S L
Decimal 85 205 60 0.59 0 0.71 0.20 109.66 0.59 0.52
Hex 55 CD 3C 3B 0 47 14 6E 3B 34
Octal 125 315 74 73 0 107 24 156 73 64
Binary 1010101 11001101 111100 111011 0 1000111 10100 1101110 111011 110100

Color Harmonies of #55CD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CD3C

Black with #55CD3C

Text Example


Text Example

White with #55CD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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