Html Css Color HEX #65C258 Apple

📋 copy color: '#65C258'

red 101 ◦ green 194 ◦ blue 88

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

Shades of Apple #65C258

Tints of Apple #65C258

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 26.37%
G = 50.65%
B = 22.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#65C258 (or 0x65C258) is known color: Apple. HEX triplet: 65, C2 and 58. RGB value is (101,194,88). Sum of RGB (Red+Green+Blue) = 101+194+88=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #65C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C258 is #9A3DA7. Grayscale: #9A9A9A. Windows color (decimal): -10108328 or 5816933. OLE color: 5816933.

HSL color Cylindrical-coordinate representation of color #65C258: hue angle of 112.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65C258 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 194 88 -
CMYK 0.48 0 0.55 0.24
HSL 112.64º 0.46% 0.55% -
HSV(B) 112.64º 0.55% 0.76% -
XYZ 26.42 42.05 15.96 -
YUV 154.11 90.69 90.12 -
System Red Green Blue C M Y K H S L
Decimal 101 194 88 0.48 0 0.55 0.24 112.64 0.46 0.55
Hex 65 C2 58 30 0 37 18 71 2E 37
Octal 145 302 130 60 0 67 30 161 56 67
Binary 1100101 11000010 1011000 110000 0 110111 11000 1110001 101110 110111

Color Harmonies of #65C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C258

Black with #65C258

Text Example


Text Example

White with #65C258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,194,88); }

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

background-color css

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

 a { background-color: rgb(101,194,88); }

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

border-color css

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

 span { border-color: rgb(101,194,88); }

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