Html Css Color HEX #71CF2D Apple

📋 copy color: '#71CF2D'

red 113 ◦ green 207 ◦ blue 45

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

Shades of Apple #71CF2D

Tints of Apple #71CF2D

RGB

 RED value IS 113 (44.53% from 255) = 30.96%

 GREEN value IS 207 (81.25% from 255) = 56.71%

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 30.96%
G = 56.71%
B = 12.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#71CF2D (or 0x71CF2D) is known color: Apple. HEX triplet: 71, CF and 2D. RGB value is (113,207,45). Sum of RGB (Red+Green+Blue) = 113+207+45=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF2D is #8E30D2. Grayscale: #A0A0A0. Windows color (decimal): -9318611 or 3002225. OLE color: 3002225.

HSL color Cylindrical-coordinate representation of color #71CF2D: hue angle of 94.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71CF2D is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 45 -
CMYK 0.45 0 0.78 0.19
HSL 94.81º 0.64% 0.49% -
HSV(B) 94.81º 0.78% 0.81% -
XYZ 29.6 48.33 10.25 -
YUV 160.43 62.86 94.17 -
System Red Green Blue C M Y K H S L
Decimal 113 207 45 0.45 0 0.78 0.19 94.81 0.64 0.49
Hex 71 CF 2D 2D 0 4E 13 5F 40 31
Octal 161 317 55 55 0 116 23 137 100 61
Binary 1110001 11001111 101101 101101 0 1001110 10011 1011111 1000000 110001

Color Harmonies of #71CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF2D

Black with #71CF2D

Text Example


Text Example

White with #71CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CF2D; }

 p { color: rgb(113,207,45); }

 H1.HeaderClassName
 {
   color: #71CF2D;
 }
 .AnyTagClassName
 {
   color: #71CF2D;
 }
</style>

background-color css

<style>
 a { background-color: #71CF2D; }

 a { background-color: rgb(113,207,45); }

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

border-color css

<style>
 span { border-color: #71CF2D; }

 span { border-color: rgb(113,207,45); }

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