Html Css Color HEX #51CA40 Apple

📋 copy color: '#51CA40'

red 81 ◦ green 202 ◦ blue 64

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

Shades of Apple #51CA40

Tints of Apple #51CA40

RGB

 RED value IS 81 (32.03% from 255) = 23.34%

 GREEN value IS 202 (79.3% from 255) = 58.21%

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

R = 23.34%
G = 58.21%
B = 18.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#51CA40 (or 0x51CA40) is known color: Apple. HEX triplet: 51, CA and 40. RGB value is (81,202,64). Sum of RGB (Red+Green+Blue) = 81+202+64=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CA40 is #AE35BF. Grayscale: #969696. Windows color (decimal): -11417024 or 4246097. OLE color: 4246097.

HSL color Cylindrical-coordinate representation of color #51CA40: hue angle of 112.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51CA40 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 202 64 -
CMYK 0.60 0 0.68 0.21
HSL 112.61º 0.57% 0.52% -
HSV(B) 112.61º 0.68% 0.79% -
XYZ 25.44 44.36 12.07 -
YUV 150.09 79.41 78.72 -
System Red Green Blue C M Y K H S L
Decimal 81 202 64 0.60 0 0.68 0.21 112.61 0.57 0.52
Hex 51 CA 40 3C 0 44 15 71 39 34
Octal 121 312 100 74 0 104 25 161 71 64
Binary 1010001 11001010 1000000 111100 0 1000100 10101 1110001 111001 110100

Color Harmonies of #51CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CA40

Black with #51CA40

Text Example


Text Example

White with #51CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51CA40; }

 p { color: rgb(81,202,64); }

 H1.HeaderClassName
 {
   color: #51CA40;
 }
 .AnyTagClassName
 {
   color: #51CA40;
 }
</style>

background-color css

<style>
 a { background-color: #51CA40; }

 a { background-color: rgb(81,202,64); }

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

border-color css

<style>
 span { border-color: #51CA40; }

 span { border-color: rgb(81,202,64); }

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