Html Css Color HEX #4CBC3D Apple

📋 copy color: '#4CBC3D'

red 76 ◦ green 188 ◦ blue 61

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

Shades of Apple #4CBC3D

Tints of Apple #4CBC3D

RGB

 RED value IS 76 (30.08% from 255) = 23.38%

 GREEN value IS 188 (73.83% from 255) = 57.85%

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

R = 23.38%
G = 57.85%
B = 18.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#4CBC3D (or 0x4CBC3D) is known color: Apple. HEX triplet: 4C, BC and 3D. RGB value is (76,188,61). Sum of RGB (Red+Green+Blue) = 76+188+61=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC3D is #B343C2. Grayscale: #8C8C8C. Windows color (decimal): -11748291 or 4045900. OLE color: 4045900.

HSL color Cylindrical-coordinate representation of color #4CBC3D: hue angle of 112.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CBC3D is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 61 -
CMYK 0.60 0 0.68 0.26
HSL 112.91º 0.51% 0.49% -
HSV(B) 112.91º 0.68% 0.74% -
XYZ 21.81 37.84 10.57 -
YUV 140.03 83.39 82.33 -
System Red Green Blue C M Y K H S L
Decimal 76 188 61 0.60 0 0.68 0.26 112.91 0.51 0.49
Hex 4C BC 3D 3C 0 44 1A 71 33 31
Octal 114 274 75 74 0 104 32 161 63 61
Binary 1001100 10111100 111101 111100 0 1000100 11010 1110001 110011 110001

Color Harmonies of #4CBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBC3D

Black with #4CBC3D

Text Example


Text Example

White with #4CBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CBC3D; }

 p { color: rgb(76,188,61); }

 H1.HeaderClassName
 {
   color: #4CBC3D;
 }
 .AnyTagClassName
 {
   color: #4CBC3D;
 }
</style>

background-color css

<style>
 a { background-color: #4CBC3D; }

 a { background-color: rgb(76,188,61); }

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

border-color css

<style>
 span { border-color: #4CBC3D; }

 span { border-color: rgb(76,188,61); }

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