Html Css Color HEX #65D02F Apple

📋 copy color: '#65D02F'

red 101 ◦ green 208 ◦ blue 47

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

Shades of Apple #65D02F

Tints of Apple #65D02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.43%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 28.37%
G = 58.43%
B = 13.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#65D02F (or 0x65D02F) is known color: Apple. HEX triplet: 65, D0 and 2F. RGB value is (101,208,47). Sum of RGB (Red+Green+Blue) = 101+208+47=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #65D02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D02F is #9A2FD0. Grayscale: #9E9E9E. Windows color (decimal): -10104785 or 3133541. OLE color: 3133541.

HSL color Cylindrical-coordinate representation of color #65D02F: hue angle of 99.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65D02F is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 208 47 -
CMYK 0.51 0 0.77 0.18
HSL 99.88º 0.63% 0.5% -
HSV(B) 99.88º 0.77% 0.82% -
XYZ 28.44 48.08 10.47 -
YUV 157.65 65.55 87.59 -
System Red Green Blue C M Y K H S L
Decimal 101 208 47 0.51 0 0.77 0.18 99.88 0.63 0.5
Hex 65 D0 2F 33 0 4D 12 64 3F 32
Octal 145 320 57 63 0 115 22 144 77 62
Binary 1100101 11010000 101111 110011 0 1001101 10010 1100100 111111 110010

Color Harmonies of #65D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D02F

Black with #65D02F

Text Example


Text Example

White with #65D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,208,47); }

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

background-color css

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

 a { background-color: rgb(101,208,47); }

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

border-color css

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

 span { border-color: rgb(101,208,47); }

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