Html Css Color HEX #75CE3C Apple

📋 copy color: '#75CE3C'

red 117 ◦ green 206 ◦ blue 60

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

Shades of Apple #75CE3C

Tints of Apple #75CE3C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.79%

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

R = 30.55%
G = 53.79%
B = 15.67%

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

#75CE3C (or 0x75CE3C) is known color: Apple. HEX triplet: 75, CE and 3C. RGB value is (117,206,60). Sum of RGB (Red+Green+Blue) = 117+206+60=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE3C is #8A31C3. Grayscale: #A3A3A3. Windows color (decimal): -9056708 or 3985013. OLE color: 3985013.

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

Color convert

RGB 117 206 60 -
CMYK 0.43 0 0.71 0.19
HSL 96.58º 0.6% 0.52% -
HSV(B) 96.58º 0.71% 0.81% -
XYZ 30.22 48.25 12 -
YUV 162.75 70.01 95.37 -
System Red Green Blue C M Y K H S L
Decimal 117 206 60 0.43 0 0.71 0.19 96.58 0.6 0.52
Hex 75 CE 3C 2B 0 47 13 61 3C 34
Octal 165 316 74 53 0 107 23 141 74 64
Binary 1110101 11001110 111100 101011 0 1000111 10011 1100001 111100 110100

Color Harmonies of #75CE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE3C

Black with #75CE3C

Text Example


Text Example

White with #75CE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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