Html Css Color HEX #61DB38 Apple

📋 copy color: '#61DB38'

red 97 ◦ green 219 ◦ blue 56

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

Shades of Apple #61DB38

Tints of Apple #61DB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.87%

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 26.08%
G = 58.87%
B = 15.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#61DB38 (or 0x61DB38) is known color: Apple. HEX triplet: 61, DB and 38. RGB value is (97,219,56). Sum of RGB (Red+Green+Blue) = 97+219+56=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DB38 is #9E24C7. Grayscale: #A4A4A4. Windows color (decimal): -10364104 or 3726177. OLE color: 3726177.

HSL color Cylindrical-coordinate representation of color #61DB38: hue angle of 104.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61DB38 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 56 -
CMYK 0.56 0 0.74 0.14
HSL 104.91º 0.69% 0.54% -
HSV(B) 104.91º 0.74% 0.86% -
XYZ 30.98 53.49 12.43 -
YUV 163.94 67.08 80.25 -
System Red Green Blue C M Y K H S L
Decimal 97 219 56 0.56 0 0.74 0.14 104.91 0.69 0.54
Hex 61 DB 38 38 0 4A E 69 45 36
Octal 141 333 70 70 0 112 16 151 105 66
Binary 1100001 11011011 111000 111000 0 1001010 1110 1101001 1000101 110110

Color Harmonies of #61DB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DB38

Black with #61DB38

Text Example


Text Example

White with #61DB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,56); }

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

background-color css

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

 a { background-color: rgb(97,219,56); }

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

border-color css

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

 span { border-color: rgb(97,219,56); }

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