Html Css Color HEX #61CA3D Apple

📋 copy color: '#61CA3D'

red 97 ◦ green 202 ◦ blue 61

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

Shades of Apple #61CA3D

Tints of Apple #61CA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 26.94%
G = 56.11%
B = 16.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#61CA3D (or 0x61CA3D) is known color: Apple. HEX triplet: 61, CA and 3D. RGB value is (97,202,61). Sum of RGB (Red+Green+Blue) = 97+202+61=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA3D is #9E35C2. Grayscale: #9A9A9A. Windows color (decimal): -10368451 or 4049505. OLE color: 4049505.

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

Color convert

RGB 97 202 61 -
CMYK 0.52 0 0.70 0.21
HSL 104.68º 0.57% 0.52% -
HSV(B) 104.68º 0.7% 0.79% -
XYZ 26.89 45.12 11.71 -
YUV 154.53 75.21 86.96 -
System Red Green Blue C M Y K H S L
Decimal 97 202 61 0.52 0 0.70 0.21 104.68 0.57 0.52
Hex 61 CA 3D 34 0 46 15 69 39 34
Octal 141 312 75 64 0 106 25 151 71 64
Binary 1100001 11001010 111101 110100 0 1000110 10101 1101001 111001 110100

Color Harmonies of #61CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA3D

Black with #61CA3D

Text Example


Text Example

White with #61CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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