Html Css Color HEX #71CF40 Apple

📋 copy color: '#71CF40'

red 113 ◦ green 207 ◦ blue 64

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

Shades of Apple #71CF40

Tints of Apple #71CF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 29.43%
G = 53.91%
B = 16.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#71CF40 (or 0x71CF40) is known color: Apple. HEX triplet: 71, CF and 40. RGB value is (113,207,64). Sum of RGB (Red+Green+Blue) = 113+207+64=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF40 is #8E30BF. Grayscale: #A3A3A3. Windows color (decimal): -9318592 or 4247409. OLE color: 4247409.

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

Color convert

RGB 113 207 64 -
CMYK 0.45 0 0.69 0.19
HSL 99.44º 0.6% 0.53% -
HSV(B) 99.44º 0.69% 0.81% -
XYZ 30.05 48.51 12.63 -
YUV 162.59 72.36 92.63 -
System Red Green Blue C M Y K H S L
Decimal 113 207 64 0.45 0 0.69 0.19 99.44 0.6 0.53
Hex 71 CF 40 2D 0 45 13 63 3C 35
Octal 161 317 100 55 0 105 23 143 74 65
Binary 1110001 11001111 1000000 101101 0 1000101 10011 1100011 111100 110101

Color Harmonies of #71CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF40

Black with #71CF40

Text Example


Text Example

White with #71CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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