Html Css Color HEX #63BD30 Apple

📋 copy color: '#63BD30'

red 99 ◦ green 189 ◦ blue 48

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

Shades of Apple #63BD30

Tints of Apple #63BD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.25%

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

R = 29.46%
G = 56.25%
B = 14.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#63BD30 (or 0x63BD30) is known color: Apple. HEX triplet: 63, BD and 30. RGB value is (99,189,48). Sum of RGB (Red+Green+Blue) = 99+189+48=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD30 is #9C42CF. Grayscale: #929292. Windows color (decimal): -10240720 or 3194211. OLE color: 3194211.

HSL color Cylindrical-coordinate representation of color #63BD30: hue angle of 98.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63BD30 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 189 48 -
CMYK 0.48 0 0.75 0.26
HSL 98.3º 0.59% 0.46% -
HSV(B) 98.3º 0.75% 0.74% -
XYZ 23.88 39.26 9.12 -
YUV 146.02 72.68 94.46 -
System Red Green Blue C M Y K H S L
Decimal 99 189 48 0.48 0 0.75 0.26 98.3 0.59 0.46
Hex 63 BD 30 30 0 4B 1A 62 3B 2E
Octal 143 275 60 60 0 113 32 142 73 56
Binary 1100011 10111101 110000 110000 0 1001011 11010 1100010 111011 101110

Color Harmonies of #63BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BD30

Black with #63BD30

Text Example


Text Example

White with #63BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,189,48); }

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

background-color css

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

 a { background-color: rgb(99,189,48); }

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

border-color css

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

 span { border-color: rgb(99,189,48); }

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