Html Css Color HEX #61CD4D Apple

📋 copy color: '#61CD4D'

red 97 ◦ green 205 ◦ blue 77

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

Shades of Apple #61CD4D

Tints of Apple #61CD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 25.59%
G = 54.09%
B = 20.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#61CD4D (or 0x61CD4D) is known color: Apple. HEX triplet: 61, CD and 4D. RGB value is (97,205,77). Sum of RGB (Red+Green+Blue) = 97+205+77=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CD4D is #9E32B2. Grayscale: #9E9E9E. Windows color (decimal): -10367667 or 5098849. OLE color: 5098849.

HSL color Cylindrical-coordinate representation of color #61CD4D: hue angle of 110.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61CD4D is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 205 77 -
CMYK 0.53 0 0.62 0.20
HSL 110.63º 0.56% 0.55% -
HSV(B) 110.63º 0.62% 0.8% -
XYZ 28.1 46.74 14.56 -
YUV 158.12 82.22 84.41 -
System Red Green Blue C M Y K H S L
Decimal 97 205 77 0.53 0 0.62 0.20 110.63 0.56 0.55
Hex 61 CD 4D 35 0 3E 14 6F 38 37
Octal 141 315 115 65 0 76 24 157 70 67
Binary 1100001 11001101 1001101 110101 0 111110 10100 1101111 111000 110111

Color Harmonies of #61CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CD4D

Black with #61CD4D

Text Example


Text Example

White with #61CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,205,77); }

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

background-color css

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

 a { background-color: rgb(97,205,77); }

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

border-color css

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

 span { border-color: rgb(97,205,77); }

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