Html Css Color HEX #65CC2E Apple

📋 copy color: '#65CC2E'

red 101 ◦ green 204 ◦ blue 46

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

Shades of Apple #65CC2E

Tints of Apple #65CC2E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.12%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 28.77%
G = 58.12%
B = 13.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#65CC2E (or 0x65CC2E) is known color: Apple. HEX triplet: 65, CC and 2E. RGB value is (101,204,46). Sum of RGB (Red+Green+Blue) = 101+204+46=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CC2E is #9A33D1. Grayscale: #9B9B9B. Windows color (decimal): -10105810 or 3066981. OLE color: 3066981.

HSL color Cylindrical-coordinate representation of color #65CC2E: hue angle of 99.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65CC2E is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 46 -
CMYK 0.50 0 0.77 0.2
HSL 99.11º 0.63% 0.49% -
HSV(B) 99.11º 0.77% 0.8% -
XYZ 27.45 46.15 10.05 -
YUV 155.19 66.38 89.35 -
System Red Green Blue C M Y K H S L
Decimal 101 204 46 0.50 0 0.77 0.2 99.11 0.63 0.49
Hex 65 CC 2E 32 0 4D 14 63 3F 31
Octal 145 314 56 62 0 115 24 143 77 61
Binary 1100101 11001100 101110 110010 0 1001101 10100 1100011 111111 110001

Color Harmonies of #65CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CC2E

Black with #65CC2E

Text Example


Text Example

White with #65CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,204,46); }

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

background-color css

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

 a { background-color: rgb(101,204,46); }

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

border-color css

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

 span { border-color: rgb(101,204,46); }

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