Html Css Color HEX #7CC13D Apple

📋 copy color: '#7CC13D'

red 124 ◦ green 193 ◦ blue 61

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

Shades of Apple #7CC13D

Tints of Apple #7CC13D

RGB

 RED value IS 124 (48.83% from 255) = 32.8%

 GREEN value IS 193 (75.78% from 255) = 51.06%

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

R = 32.8%
G = 51.06%
B = 16.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#7CC13D (or 0x7CC13D) is known color: Apple. HEX triplet: 7C, C1 and 3D. RGB value is (124,193,61). Sum of RGB (Red+Green+Blue) = 124+193+61=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC13D is #833EC2. Grayscale: #9D9D9D. Windows color (decimal): -8601283 or 4047228. OLE color: 4047228.

HSL color Cylindrical-coordinate representation of color #7CC13D: hue angle of 91.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CC13D is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 61 -
CMYK 0.36 0 0.68 0.24
HSL 91.36º 0.52% 0.5% -
HSV(B) 91.36º 0.68% 0.76% -
XYZ 28.22 42.76 11.18 -
YUV 157.32 73.64 104.23 -
System Red Green Blue C M Y K H S L
Decimal 124 193 61 0.36 0 0.68 0.24 91.36 0.52 0.5
Hex 7C C1 3D 24 0 44 18 5B 34 32
Octal 174 301 75 44 0 104 30 133 64 62
Binary 1111100 11000001 111101 100100 0 1000100 11000 1011011 110100 110010

Color Harmonies of #7CC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC13D

Black with #7CC13D

Text Example


Text Example

White with #7CC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CC13D; }

 p { color: rgb(124,193,61); }

 H1.HeaderClassName
 {
   color: #7CC13D;
 }
 .AnyTagClassName
 {
   color: #7CC13D;
 }
</style>

background-color css

<style>
 a { background-color: #7CC13D; }

 a { background-color: rgb(124,193,61); }

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

border-color css

<style>
 span { border-color: #7CC13D; }

 span { border-color: rgb(124,193,61); }

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