Html Css Color HEX #70CD3D Apple

📋 copy color: '#70CD3D'

red 112 ◦ green 205 ◦ blue 61

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

Shades of Apple #70CD3D

Tints of Apple #70CD3D

RGB

 RED value IS 112 (44.14% from 255) = 29.63%

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

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

R = 29.63%
G = 54.23%
B = 16.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#70CD3D (or 0x70CD3D) is known color: Apple. HEX triplet: 70, CD and 3D. RGB value is (112,205,61). Sum of RGB (Red+Green+Blue) = 112+205+61=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD3D is #8F32C2. Grayscale: #A1A1A1. Windows color (decimal): -9384643 or 4050288. OLE color: 4050288.

HSL color Cylindrical-coordinate representation of color #70CD3D: hue angle of 98.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70CD3D is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 61 -
CMYK 0.45 0 0.70 0.20
HSL 98.75º 0.59% 0.52% -
HSV(B) 98.75º 0.7% 0.8% -
XYZ 29.36 47.44 12.03 -
YUV 160.78 71.69 93.21 -
System Red Green Blue C M Y K H S L
Decimal 112 205 61 0.45 0 0.70 0.20 98.75 0.59 0.52
Hex 70 CD 3D 2D 0 46 14 63 3B 34
Octal 160 315 75 55 0 106 24 143 73 64
Binary 1110000 11001101 111101 101101 0 1000110 10100 1100011 111011 110100

Color Harmonies of #70CD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD3D

Black with #70CD3D

Text Example


Text Example

White with #70CD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CD3D; }

 p { color: rgb(112,205,61); }

 H1.HeaderClassName
 {
   color: #70CD3D;
 }
 .AnyTagClassName
 {
   color: #70CD3D;
 }
</style>

background-color css

<style>
 a { background-color: #70CD3D; }

 a { background-color: rgb(112,205,61); }

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

border-color css

<style>
 span { border-color: #70CD3D; }

 span { border-color: rgb(112,205,61); }

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