Html Css Color HEX #65BF2C Apple

📋 copy color: '#65BF2C'

red 101 ◦ green 191 ◦ blue 44

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

Shades of Apple #65BF2C

Tints of Apple #65BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 30.06%
G = 56.85%
B = 13.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#65BF2C (or 0x65BF2C) is known color: Apple. HEX triplet: 65, BF and 2C. RGB value is (101,191,44). Sum of RGB (Red+Green+Blue) = 101+191+44=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF2C is #9A40D3. Grayscale: #939393. Windows color (decimal): -10109140 or 2932581. OLE color: 2932581.

HSL color Cylindrical-coordinate representation of color #65BF2C: hue angle of 96.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65BF2C is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 191 44 -
CMYK 0.47 0 0.77 0.25
HSL 96.73º 0.63% 0.46% -
HSV(B) 96.73º 0.77% 0.75% -
XYZ 24.45 40.21 8.86 -
YUV 147.33 69.68 94.95 -
System Red Green Blue C M Y K H S L
Decimal 101 191 44 0.47 0 0.77 0.25 96.73 0.63 0.46
Hex 65 BF 2C 2F 0 4D 19 61 3F 2E
Octal 145 277 54 57 0 115 31 141 77 56
Binary 1100101 10111111 101100 101111 0 1001101 11001 1100001 111111 101110

Color Harmonies of #65BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF2C

Black with #65BF2C

Text Example


Text Example

White with #65BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,191,44); }

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

background-color css

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

 a { background-color: rgb(101,191,44); }

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

border-color css

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

 span { border-color: rgb(101,191,44); }

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