Html Css Color HEX #75CD40 Apple

📋 copy color: '#75CD40'

red 117 ◦ green 205 ◦ blue 64

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

Shades of Apple #75CD40

Tints of Apple #75CD40

RGB

 RED value IS 117 (46.09% from 255) = 30.31%

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

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

R = 30.31%
G = 53.11%
B = 16.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#75CD40 (or 0x75CD40) is known color: Apple. HEX triplet: 75, CD and 40. RGB value is (117,205,64). Sum of RGB (Red+Green+Blue) = 117+205+64=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CD40 is #8A32BF. Grayscale: #A3A3A3. Windows color (decimal): -9056960 or 4246901. OLE color: 4246901.

HSL color Cylindrical-coordinate representation of color #75CD40: hue angle of 97.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75CD40 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 205 64 -
CMYK 0.43 0 0.69 0.20
HSL 97.45º 0.59% 0.53% -
HSV(B) 97.45º 0.69% 0.8% -
XYZ 30.09 47.81 12.49 -
YUV 162.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 117 205 64 0.43 0 0.69 0.20 97.45 0.59 0.53
Hex 75 CD 40 2B 0 45 14 61 3B 35
Octal 165 315 100 53 0 105 24 141 73 65
Binary 1110101 11001101 1000000 101011 0 1000101 10100 1100001 111011 110101

Color Harmonies of #75CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CD40

Black with #75CD40

Text Example


Text Example

White with #75CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CD40; }

 p { color: rgb(117,205,64); }

 H1.HeaderClassName
 {
   color: #75CD40;
 }
 .AnyTagClassName
 {
   color: #75CD40;
 }
</style>

background-color css

<style>
 a { background-color: #75CD40; }

 a { background-color: rgb(117,205,64); }

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

border-color css

<style>
 span { border-color: #75CD40; }

 span { border-color: rgb(117,205,64); }

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