Html Css Color HEX #5CB03F Apple

📋 copy color: '#5CB03F'

red 92 ◦ green 176 ◦ blue 63

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

Shades of Apple #5CB03F

Tints of Apple #5CB03F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.17%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 27.79%
G = 53.17%
B = 19.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#5CB03F (or 0x5CB03F) is known color: Apple. HEX triplet: 5C, B0 and 3F. RGB value is (92,176,63). Sum of RGB (Red+Green+Blue) = 92+176+63=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB03F is #A34FC0. Grayscale: #8A8A8A. Windows color (decimal): -10702785 or 4173916. OLE color: 4173916.

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

Color convert

RGB 92 176 63 -
CMYK 0.48 0 0.64 0.31
HSL 104.6º 0.47% 0.47% -
HSV(B) 104.6º 0.64% 0.69% -
XYZ 20.84 33.68 10.11 -
YUV 138 85.67 95.19 -
System Red Green Blue C M Y K H S L
Decimal 92 176 63 0.48 0 0.64 0.31 104.6 0.47 0.47
Hex 5C B0 3F 30 0 40 1F 69 2F 2F
Octal 134 260 77 60 0 100 37 151 57 57
Binary 1011100 10110000 111111 110000 0 1000000 11111 1101001 101111 101111

Color Harmonies of #5CB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB03F

Black with #5CB03F

Text Example


Text Example

White with #5CB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,176,63); }

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

background-color css

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

 a { background-color: rgb(92,176,63); }

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

border-color css

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

 span { border-color: rgb(92,176,63); }

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