Html Css Color HEX #65CB48 Apple

📋 copy color: '#65CB48'

red 101 ◦ green 203 ◦ blue 72

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

Shades of Apple #65CB48

Tints of Apple #65CB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.99%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 26.86%
G = 53.99%
B = 19.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#65CB48 (or 0x65CB48) is known color: Apple. HEX triplet: 65, CB and 48. RGB value is (101,203,72). Sum of RGB (Red+Green+Blue) = 101+203+72=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CB48 is #9A34B7. Grayscale: #9D9D9D. Windows color (decimal): -10106040 or 4770661. OLE color: 4770661.

HSL color Cylindrical-coordinate representation of color #65CB48: hue angle of 106.72º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65CB48 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 203 72 -
CMYK 0.50 0 0.65 0.20
HSL 106.72º 0.56% 0.54% -
HSV(B) 106.72º 0.65% 0.8% -
XYZ 27.89 45.95 13.53 -
YUV 157.57 79.71 87.65 -
System Red Green Blue C M Y K H S L
Decimal 101 203 72 0.50 0 0.65 0.20 106.72 0.56 0.54
Hex 65 CB 48 32 0 41 14 6B 38 36
Octal 145 313 110 62 0 101 24 153 70 66
Binary 1100101 11001011 1001000 110010 0 1000001 10100 1101011 111000 110110

Color Harmonies of #65CB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CB48

Black with #65CB48

Text Example


Text Example

White with #65CB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,203,72); }

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

background-color css

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

 a { background-color: rgb(101,203,72); }

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

border-color css

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

 span { border-color: rgb(101,203,72); }

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