Html Css Color HEX #63C342 Apple

📋 copy color: '#63C342'

red 99 ◦ green 195 ◦ blue 66

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

Shades of Apple #63C342

Tints of Apple #63C342

RGB

 RED value IS 99 (39.06% from 255) = 27.5%

 GREEN value IS 195 (76.56% from 255) = 54.17%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 27.5%
G = 54.17%
B = 18.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#63C342 (or 0x63C342) is known color: Apple. HEX triplet: 63, C3 and 42. RGB value is (99,195,66). Sum of RGB (Red+Green+Blue) = 99+195+66=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #63C342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C342 is #9C3CBD. Grayscale: #989898. Windows color (decimal): -10239166 or 4375395. OLE color: 4375395.

HSL color Cylindrical-coordinate representation of color #63C342: hue angle of 104.65º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63C342 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 195 66 -
CMYK 0.49 0 0.66 0.24
HSL 104.65º 0.52% 0.51% -
HSV(B) 104.65º 0.66% 0.76% -
XYZ 25.64 42.08 11.92 -
YUV 151.59 79.7 90.49 -
System Red Green Blue C M Y K H S L
Decimal 99 195 66 0.49 0 0.66 0.24 104.65 0.52 0.51
Hex 63 C3 42 31 0 42 18 69 34 33
Octal 143 303 102 61 0 102 30 151 64 63
Binary 1100011 11000011 1000010 110001 0 1000010 11000 1101001 110100 110011

Color Harmonies of #63C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C342

Black with #63C342

Text Example


Text Example

White with #63C342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63C342; }

 p { color: rgb(99,195,66); }

 H1.HeaderClassName
 {
   color: #63C342;
 }
 .AnyTagClassName
 {
   color: #63C342;
 }
</style>

background-color css

<style>
 a { background-color: #63C342; }

 a { background-color: rgb(99,195,66); }

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

border-color css

<style>
 span { border-color: #63C342; }

 span { border-color: rgb(99,195,66); }

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