Html Css Color HEX #65D248 Apple

📋 copy color: '#65D248'

red 101 ◦ green 210 ◦ blue 72

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

Shades of Apple #65D248

Tints of Apple #65D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.83%

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

R = 26.37%
G = 54.83%
B = 18.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#65D248 (or 0x65D248) is known color: Apple. HEX triplet: 65, D2 and 48. RGB value is (101,210,72). Sum of RGB (Red+Green+Blue) = 101+210+72=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #65D248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D248 is #9A2DB7. Grayscale: #A2A2A2. Windows color (decimal): -10104248 or 4772453. OLE color: 4772453.

HSL color Cylindrical-coordinate representation of color #65D248: hue angle of 107.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65D248 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 210 72 -
CMYK 0.52 0 0.66 0.18
HSL 107.39º 0.61% 0.55% -
HSV(B) 107.39º 0.66% 0.82% -
XYZ 29.58 49.33 14.09 -
YUV 161.68 77.39 84.72 -
System Red Green Blue C M Y K H S L
Decimal 101 210 72 0.52 0 0.66 0.18 107.39 0.61 0.55
Hex 65 D2 48 34 0 42 12 6B 3D 37
Octal 145 322 110 64 0 102 22 153 75 67
Binary 1100101 11010010 1001000 110100 0 1000010 10010 1101011 111101 110111

Color Harmonies of #65D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D248

Black with #65D248

Text Example


Text Example

White with #65D248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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