Html Css Color HEX #5CB430 Apple

📋 copy color: '#5CB430'

red 92 ◦ green 180 ◦ blue 48

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

Shades of Apple #5CB430

Tints of Apple #5CB430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 28.75%
G = 56.25%
B = 15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#5CB430 (or 0x5CB430) is known color: Apple. HEX triplet: 5C, B4 and 30. RGB value is (92,180,48). Sum of RGB (Red+Green+Blue) = 92+180+48=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB430 is #A34BCF. Grayscale: #8B8B8B. Windows color (decimal): -10701776 or 3191900. OLE color: 3191900.

HSL color Cylindrical-coordinate representation of color #5CB430: hue angle of 100º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CB430 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 180 48 -
CMYK 0.49 0 0.73 0.29
HSL 100º 0.58% 0.45% -
HSV(B) 100º 0.73% 0.71% -
XYZ 21.27 35.13 8.46 -
YUV 138.64 76.85 94.73 -
System Red Green Blue C M Y K H S L
Decimal 92 180 48 0.49 0 0.73 0.29 100 0.58 0.45
Hex 5C B4 30 31 0 49 1D 64 3A 2D
Octal 134 264 60 61 0 111 35 144 72 55
Binary 1011100 10110100 110000 110001 0 1001001 11101 1100100 111010 101101

Color Harmonies of #5CB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB430

Black with #5CB430

Text Example


Text Example

White with #5CB430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,180,48); }

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

background-color css

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

 a { background-color: rgb(92,180,48); }

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

border-color css

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

 span { border-color: rgb(92,180,48); }

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