Html Css Color HEX #61CA30 Apple

📋 copy color: '#61CA30'

red 97 ◦ green 202 ◦ blue 48

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

Shades of Apple #61CA30

Tints of Apple #61CA30

RGB

 RED value IS 97 (38.28% from 255) = 27.95%

 GREEN value IS 202 (79.3% from 255) = 58.21%

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

R = 27.95%
G = 58.21%
B = 13.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#61CA30 (or 0x61CA30) is known color: Apple. HEX triplet: 61, CA and 30. RGB value is (97,202,48). Sum of RGB (Red+Green+Blue) = 97+202+48=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA30 is #9E35CF. Grayscale: #999999. Windows color (decimal): -10368464 or 3197537. OLE color: 3197537.

HSL color Cylindrical-coordinate representation of color #61CA30: hue angle of 100.91º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61CA30 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 202 48 -
CMYK 0.52 0 0.76 0.21
HSL 100.91º 0.62% 0.49% -
HSV(B) 100.91º 0.76% 0.79% -
XYZ 26.58 45 10.08 -
YUV 153.05 68.71 88.02 -
System Red Green Blue C M Y K H S L
Decimal 97 202 48 0.52 0 0.76 0.21 100.91 0.62 0.49
Hex 61 CA 30 34 0 4C 15 65 3E 31
Octal 141 312 60 64 0 114 25 145 76 61
Binary 1100001 11001010 110000 110100 0 1001100 10101 1100101 111110 110001

Color Harmonies of #61CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA30

Black with #61CA30

Text Example


Text Example

White with #61CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61CA30; }

 p { color: rgb(97,202,48); }

 H1.HeaderClassName
 {
   color: #61CA30;
 }
 .AnyTagClassName
 {
   color: #61CA30;
 }
</style>

background-color css

<style>
 a { background-color: #61CA30; }

 a { background-color: rgb(97,202,48); }

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

border-color css

<style>
 span { border-color: #61CA30; }

 span { border-color: rgb(97,202,48); }

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