Html Css Color HEX #55CF45 Apple

📋 copy color: '#55CF45'

red 85 ◦ green 207 ◦ blue 69

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

Shades of Apple #55CF45

Tints of Apple #55CF45

RGB

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

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

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

R = 23.55%
G = 57.34%
B = 19.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#55CF45 (or 0x55CF45) is known color: Apple. HEX triplet: 55, CF and 45. RGB value is (85,207,69). Sum of RGB (Red+Green+Blue) = 85+207+69=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF45 is #AA30BA. Grayscale: #9B9B9B. Windows color (decimal): -11153595 or 4575061. OLE color: 4575061.

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

Color convert

RGB 85 207 69 -
CMYK 0.59 0 0.67 0.19
HSL 113.04º 0.59% 0.54% -
HSV(B) 113.04º 0.67% 0.81% -
XYZ 27.13 46.99 13.27 -
YUV 154.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 85 207 69 0.59 0 0.67 0.19 113.04 0.59 0.54
Hex 55 CF 45 3B 0 43 13 71 3B 36
Octal 125 317 105 73 0 103 23 161 73 66
Binary 1010101 11001111 1000101 111011 0 1000011 10011 1110001 111011 110110

Color Harmonies of #55CF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CF45

Black with #55CF45

Text Example


Text Example

White with #55CF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,207,69); }

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

background-color css

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

 a { background-color: rgb(85,207,69); }

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

border-color css

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

 span { border-color: rgb(85,207,69); }

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