Html Css Color HEX #75C23C Apple

📋 copy color: '#75C23C'

red 117 ◦ green 194 ◦ blue 60

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

Shades of Apple #75C23C

Tints of Apple #75C23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.29%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 31.54%
G = 52.29%
B = 16.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#75C23C (or 0x75C23C) is known color: Apple. HEX triplet: 75, C2 and 3C. RGB value is (117,194,60). Sum of RGB (Red+Green+Blue) = 117+194+60=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #75C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C23C is #8A3DC3. Grayscale: #9C9C9C. Windows color (decimal): -9059780 or 3981941. OLE color: 3981941.

HSL color Cylindrical-coordinate representation of color #75C23C: hue angle of 94.48º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75C23C is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 60 -
CMYK 0.40 0 0.69 0.24
HSL 94.48º 0.53% 0.5% -
HSV(B) 94.48º 0.69% 0.76% -
XYZ 27.44 42.69 11.07 -
YUV 155.7 73.99 100.4 -
System Red Green Blue C M Y K H S L
Decimal 117 194 60 0.40 0 0.69 0.24 94.48 0.53 0.5
Hex 75 C2 3C 28 0 45 18 5E 35 32
Octal 165 302 74 50 0 105 30 136 65 62
Binary 1110101 11000010 111100 101000 0 1000101 11000 1011110 110101 110010

Color Harmonies of #75C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C23C

Black with #75C23C

Text Example


Text Example

White with #75C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,60); }

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

background-color css

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

 a { background-color: rgb(117,194,60); }

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

border-color css

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

 span { border-color: rgb(117,194,60); }

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