Html Css Color HEX #65CD30 Apple

📋 copy color: '#65CD30'

red 101 ◦ green 205 ◦ blue 48

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

Shades of Apple #65CD30

Tints of Apple #65CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.91%

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

R = 28.53%
G = 57.91%
B = 13.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#65CD30 (or 0x65CD30) is known color: Apple. HEX triplet: 65, CD and 30. RGB value is (101,205,48). Sum of RGB (Red+Green+Blue) = 101+205+48=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CD30 is #9A32CF. Grayscale: #9C9C9C. Windows color (decimal): -10105552 or 3198309. OLE color: 3198309.

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

Color convert

RGB 101 205 48 -
CMYK 0.51 0 0.77 0.20
HSL 99.75º 0.62% 0.5% -
HSV(B) 99.75º 0.77% 0.8% -
XYZ 27.73 46.64 10.34 -
YUV 156.01 67.04 88.77 -
System Red Green Blue C M Y K H S L
Decimal 101 205 48 0.51 0 0.77 0.20 99.75 0.62 0.5
Hex 65 CD 30 33 0 4D 14 64 3E 32
Octal 145 315 60 63 0 115 24 144 76 62
Binary 1100101 11001101 110000 110011 0 1001101 10100 1100100 111110 110010

Color Harmonies of #65CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CD30

Black with #65CD30

Text Example


Text Example

White with #65CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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