Html Css Color HEX #5CAF3D Apple

📋 copy color: '#5CAF3D'

red 92 ◦ green 175 ◦ blue 61

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

Shades of Apple #5CAF3D

Tints of Apple #5CAF3D

RGB

 RED value IS 92 (36.33% from 255) = 28.05%

 GREEN value IS 175 (68.75% from 255) = 53.35%

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

R = 28.05%
G = 53.35%
B = 18.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#5CAF3D (or 0x5CAF3D) is known color: Apple. HEX triplet: 5C, AF and 3D. RGB value is (92,175,61). Sum of RGB (Red+Green+Blue) = 92+175+61=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAF3D is #A350C2. Grayscale: #898989. Windows color (decimal): -10703043 or 4042588. OLE color: 4042588.

HSL color Cylindrical-coordinate representation of color #5CAF3D: hue angle of 103.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CAF3D is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 175 61 -
CMYK 0.47 0 0.65 0.31
HSL 103.68º 0.48% 0.46% -
HSV(B) 103.68º 0.65% 0.69% -
XYZ 20.59 33.27 9.75 -
YUV 137.19 85 95.77 -
System Red Green Blue C M Y K H S L
Decimal 92 175 61 0.47 0 0.65 0.31 103.68 0.48 0.46
Hex 5C AF 3D 2F 0 41 1F 68 30 2E
Octal 134 257 75 57 0 101 37 150 60 56
Binary 1011100 10101111 111101 101111 0 1000001 11111 1101000 110000 101110

Color Harmonies of #5CAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAF3D

Black with #5CAF3D

Text Example


Text Example

White with #5CAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CAF3D; }

 p { color: rgb(92,175,61); }

 H1.HeaderClassName
 {
   color: #5CAF3D;
 }
 .AnyTagClassName
 {
   color: #5CAF3D;
 }
</style>

background-color css

<style>
 a { background-color: #5CAF3D; }

 a { background-color: rgb(92,175,61); }

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

border-color css

<style>
 span { border-color: #5CAF3D; }

 span { border-color: rgb(92,175,61); }

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