Html Css Color HEX #55C83D Apple

📋 copy color: '#55C83D'

red 85 ◦ green 200 ◦ blue 61

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

Shades of Apple #55C83D

Tints of Apple #55C83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 24.57%
G = 57.8%
B = 17.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#55C83D (or 0x55C83D) is known color: Apple. HEX triplet: 55, C8 and 3D. RGB value is (85,200,61). Sum of RGB (Red+Green+Blue) = 85+200+61=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #55C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C83D is #AA37C2. Grayscale: #969696. Windows color (decimal): -11155395 or 4048981. OLE color: 4048981.

HSL color Cylindrical-coordinate representation of color #55C83D: hue angle of 109.64º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55C83D is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 61 -
CMYK 0.58 0 0.69 0.22
HSL 109.64º 0.56% 0.51% -
HSV(B) 109.64º 0.7% 0.78% -
XYZ 25.24 43.58 11.5 -
YUV 149.77 77.9 81.8 -
System Red Green Blue C M Y K H S L
Decimal 85 200 61 0.58 0 0.69 0.22 109.64 0.56 0.51
Hex 55 C8 3D 3A 0 45 16 6E 38 33
Octal 125 310 75 72 0 105 26 156 70 63
Binary 1010101 11001000 111101 111010 0 1000101 10110 1101110 111000 110011

Color Harmonies of #55C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C83D

Black with #55C83D

Text Example


Text Example

White with #55C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,200,61); }

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

background-color css

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

 a { background-color: rgb(85,200,61); }

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

border-color css

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

 span { border-color: rgb(85,200,61); }

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