Html Css Color HEX #65DE30 Apple

📋 copy color: '#65DE30'

red 101 ◦ green 222 ◦ blue 48

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

Shades of Apple #65DE30

Tints of Apple #65DE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.84%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 27.22%
G = 59.84%
B = 12.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#65DE30 (or 0x65DE30) is known color: Apple. HEX triplet: 65, DE and 30. RGB value is (101,222,48). Sum of RGB (Red+Green+Blue) = 101+222+48=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #65DE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DE30 is #9A21CF. Grayscale: #A6A6A6. Windows color (decimal): -10101200 or 3202661. OLE color: 3202661.

HSL color Cylindrical-coordinate representation of color #65DE30: hue angle of 101.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65DE30 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 222 48 -
CMYK 0.55 0 0.78 0.13
HSL 101.72º 0.73% 0.53% -
HSV(B) 101.72º 0.78% 0.87% -
XYZ 32.02 55.22 11.77 -
YUV 165.99 61.41 81.65 -
System Red Green Blue C M Y K H S L
Decimal 101 222 48 0.55 0 0.78 0.13 101.72 0.73 0.53
Hex 65 DE 30 37 0 4E D 66 48 35
Octal 145 336 60 67 0 116 15 146 110 65
Binary 1100101 11011110 110000 110111 0 1001110 1101 1100110 1001000 110101

Color Harmonies of #65DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DE30

Black with #65DE30

Text Example


Text Example

White with #65DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,222,48); }

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

background-color css

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

 a { background-color: rgb(101,222,48); }

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

border-color css

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

 span { border-color: rgb(101,222,48); }

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