Html Css Color HEX #63BF40 Apple

📋 copy color: '#63BF40'

red 99 ◦ green 191 ◦ blue 64

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

Shades of Apple #63BF40

Tints of Apple #63BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 53.95%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 27.97%
G = 53.95%
B = 18.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#63BF40 (or 0x63BF40) is known color: Apple. HEX triplet: 63, BF and 40. RGB value is (99,191,64). Sum of RGB (Red+Green+Blue) = 99+191+64=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF40 is #9C40BF. Grayscale: #959595. Windows color (decimal): -10240192 or 4243299. OLE color: 4243299.

HSL color Cylindrical-coordinate representation of color #63BF40: hue angle of 103.46º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63BF40 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 191 64 -
CMYK 0.48 0 0.66 0.25
HSL 103.46º 0.5% 0.5% -
HSV(B) 103.46º 0.66% 0.75% -
XYZ 24.7 40.28 11.32 -
YUV 149.01 80.02 92.33 -
System Red Green Blue C M Y K H S L
Decimal 99 191 64 0.48 0 0.66 0.25 103.46 0.5 0.5
Hex 63 BF 40 30 0 42 19 67 32 32
Octal 143 277 100 60 0 102 31 147 62 62
Binary 1100011 10111111 1000000 110000 0 1000010 11001 1100111 110010 110010

Color Harmonies of #63BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BF40

Black with #63BF40

Text Example


Text Example

White with #63BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,191,64); }

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

background-color css

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

 a { background-color: rgb(99,191,64); }

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

border-color css

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

 span { border-color: rgb(99,191,64); }

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