Html Css Color HEX #61DD4B Apple

📋 copy color: '#61DD4B'

red 97 ◦ green 221 ◦ blue 75

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

Shades of Apple #61DD4B

Tints of Apple #61DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.23%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 24.68%
G = 56.23%
B = 19.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#61DD4B (or 0x61DD4B) is known color: Apple. HEX triplet: 61, DD and 4B. RGB value is (97,221,75). Sum of RGB (Red+Green+Blue) = 97+221+75=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DD4B is #9E22B4. Grayscale: #A7A7A7. Windows color (decimal): -10363573 or 4971873. OLE color: 4971873.

HSL color Cylindrical-coordinate representation of color #61DD4B: hue angle of 110.96º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61DD4B is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 75 -
CMYK 0.56 0 0.66 0.13
HSL 110.96º 0.68% 0.58% -
HSV(B) 110.96º 0.66% 0.87% -
XYZ 32.06 54.76 15.54 -
YUV 167.28 75.92 77.87 -
System Red Green Blue C M Y K H S L
Decimal 97 221 75 0.56 0 0.66 0.13 110.96 0.68 0.58
Hex 61 DD 4B 38 0 42 D 6F 44 3A
Octal 141 335 113 70 0 102 15 157 104 72
Binary 1100001 11011101 1001011 111000 0 1000010 1101 1101111 1000100 111010

Color Harmonies of #61DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DD4B

Black with #61DD4B

Text Example


Text Example

White with #61DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,221,75); }

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

background-color css

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

 a { background-color: rgb(97,221,75); }

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

border-color css

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

 span { border-color: rgb(97,221,75); }

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