Html Css Color HEX #65CF52 Apple

📋 copy color: '#65CF52'

red 101 ◦ green 207 ◦ blue 82

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

Shades of Apple #65CF52

Tints of Apple #65CF52

RGB

 RED value IS 101 (39.84% from 255) = 25.9%

 GREEN value IS 207 (81.25% from 255) = 53.08%

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 25.9%
G = 53.08%
B = 21.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#65CF52 (or 0x65CF52) is known color: Apple. HEX triplet: 65, CF and 52. RGB value is (101,207,82). Sum of RGB (Red+Green+Blue) = 101+207+82=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF52 is #9A30AD. Grayscale: #A1A1A1. Windows color (decimal): -10105006 or 5427045. OLE color: 5427045.

HSL color Cylindrical-coordinate representation of color #65CF52: hue angle of 110.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CF52 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 207 82 -
CMYK 0.51 0 0.60 0.19
HSL 110.88º 0.57% 0.57% -
HSV(B) 110.88º 0.6% 0.81% -
XYZ 29.2 48 15.71 -
YUV 161.06 83.38 85.16 -
System Red Green Blue C M Y K H S L
Decimal 101 207 82 0.51 0 0.60 0.19 110.88 0.57 0.57
Hex 65 CF 52 33 0 3C 13 6F 39 39
Octal 145 317 122 63 0 74 23 157 71 71
Binary 1100101 11001111 1010010 110011 0 111100 10011 1101111 111001 111001

Color Harmonies of #65CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CF52

Black with #65CF52

Text Example


Text Example

White with #65CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CF52; }

 p { color: rgb(101,207,82); }

 H1.HeaderClassName
 {
   color: #65CF52;
 }
 .AnyTagClassName
 {
   color: #65CF52;
 }
</style>

background-color css

<style>
 a { background-color: #65CF52; }

 a { background-color: rgb(101,207,82); }

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

border-color css

<style>
 span { border-color: #65CF52; }

 span { border-color: rgb(101,207,82); }

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