Html Css Color HEX #76CF3D Apple

📋 copy color: '#76CF3D'

red 118 ◦ green 207 ◦ blue 61

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

Shades of Apple #76CF3D

Tints of Apple #76CF3D

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

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

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

R = 30.57%
G = 53.63%
B = 15.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#76CF3D (or 0x76CF3D) is known color: Apple. HEX triplet: 76, CF and 3D. RGB value is (118,207,61). Sum of RGB (Red+Green+Blue) = 118+207+61=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF3D is #8930C2. Grayscale: #A4A4A4. Windows color (decimal): -8990915 or 4050806. OLE color: 4050806.

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

Color convert

RGB 118 207 61 -
CMYK 0.43 0 0.71 0.19
HSL 96.58º 0.6% 0.53% -
HSV(B) 96.58º 0.71% 0.81% -
XYZ 30.63 48.81 12.22 -
YUV 163.75 70.01 95.37 -
System Red Green Blue C M Y K H S L
Decimal 118 207 61 0.43 0 0.71 0.19 96.58 0.6 0.53
Hex 76 CF 3D 2B 0 47 13 61 3C 35
Octal 166 317 75 53 0 107 23 141 74 65
Binary 1110110 11001111 111101 101011 0 1000111 10011 1100001 111100 110101

Color Harmonies of #76CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF3D

Black with #76CF3D

Text Example


Text Example

White with #76CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CF3D; }

 p { color: rgb(118,207,61); }

 H1.HeaderClassName
 {
   color: #76CF3D;
 }
 .AnyTagClassName
 {
   color: #76CF3D;
 }
</style>

background-color css

<style>
 a { background-color: #76CF3D; }

 a { background-color: rgb(118,207,61); }

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

border-color css

<style>
 span { border-color: #76CF3D; }

 span { border-color: rgb(118,207,61); }

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