Html Css Color HEX #65E030 Apple

📋 copy color: '#65E030'

red 101 ◦ green 224 ◦ blue 48

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

Shades of Apple #65E030

Tints of Apple #65E030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.05%

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

R = 27.08%
G = 60.05%
B = 12.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#65E030 (or 0x65E030) is known color: Apple. HEX triplet: 65, E0 and 30. RGB value is (101,224,48). Sum of RGB (Red+Green+Blue) = 101+224+48=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #65E030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E030 is #9A1FCF. Grayscale: #A7A7A7. Windows color (decimal): -10100688 or 3203173. OLE color: 3203173.

HSL color Cylindrical-coordinate representation of color #65E030: hue angle of 101.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65E030 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 224 48 -
CMYK 0.55 0 0.79 0.12
HSL 101.93º 0.74% 0.53% -
HSV(B) 101.93º 0.79% 0.88% -
XYZ 32.56 56.29 11.95 -
YUV 167.16 60.75 80.81 -
System Red Green Blue C M Y K H S L
Decimal 101 224 48 0.55 0 0.79 0.12 101.93 0.74 0.53
Hex 65 E0 30 37 0 4F C 66 4A 35
Octal 145 340 60 67 0 117 14 146 112 65
Binary 1100101 11100000 110000 110111 0 1001111 1100 1100110 1001010 110101

Color Harmonies of #65E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E030

Black with #65E030

Text Example


Text Example

White with #65E030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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