Html Css Color HEX #65C84B Apple

📋 copy color: '#65C84B'

red 101 ◦ green 200 ◦ blue 75

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

Shades of Apple #65C84B

Tints of Apple #65C84B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.19%

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 26.86%
G = 53.19%
B = 19.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#65C84B (or 0x65C84B) is known color: Apple. HEX triplet: 65, C8 and 4B. RGB value is (101,200,75). Sum of RGB (Red+Green+Blue) = 101+200+75=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #65C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C84B is #9A37B4. Grayscale: #9C9C9C. Windows color (decimal): -10106805 or 4966501. OLE color: 4966501.

HSL color Cylindrical-coordinate representation of color #65C84B: hue angle of 107.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65C84B is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 200 75 -
CMYK 0.49 0 0.62 0.22
HSL 107.52º 0.53% 0.54% -
HSV(B) 107.52º 0.63% 0.78% -
XYZ 27.29 44.58 13.82 -
YUV 156.15 82.2 88.66 -
System Red Green Blue C M Y K H S L
Decimal 101 200 75 0.49 0 0.62 0.22 107.52 0.53 0.54
Hex 65 C8 4B 31 0 3E 16 6C 35 36
Octal 145 310 113 61 0 76 26 154 65 66
Binary 1100101 11001000 1001011 110001 0 111110 10110 1101100 110101 110110

Color Harmonies of #65C84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C84B

Black with #65C84B

Text Example


Text Example

White with #65C84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,200,75); }

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

background-color css

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

 a { background-color: rgb(101,200,75); }

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

border-color css

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

 span { border-color: rgb(101,200,75); }

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