Html Css Color HEX #71CF45 Apple

📋 copy color: '#71CF45'

red 113 ◦ green 207 ◦ blue 69

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

Shades of Apple #71CF45

Tints of Apple #71CF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 29.05%
G = 53.21%
B = 17.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#71CF45 (or 0x71CF45) is known color: Apple. HEX triplet: 71, CF and 45. RGB value is (113,207,69). Sum of RGB (Red+Green+Blue) = 113+207+69=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF45 is #8E30BA. Grayscale: #A3A3A3. Windows color (decimal): -9318587 or 4575089. OLE color: 4575089.

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

Color convert

RGB 113 207 69 -
CMYK 0.45 0 0.67 0.19
HSL 100.87º 0.59% 0.54% -
HSV(B) 100.87º 0.67% 0.81% -
XYZ 30.2 48.57 13.41 -
YUV 163.16 74.86 92.22 -
System Red Green Blue C M Y K H S L
Decimal 113 207 69 0.45 0 0.67 0.19 100.87 0.59 0.54
Hex 71 CF 45 2D 0 43 13 65 3B 36
Octal 161 317 105 55 0 103 23 145 73 66
Binary 1110001 11001111 1000101 101101 0 1000011 10011 1100101 111011 110110

Color Harmonies of #71CF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF45

Black with #71CF45

Text Example


Text Example

White with #71CF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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