Html Css Color HEX #75CE37 Apple

📋 copy color: '#75CE37'

red 117 ◦ green 206 ◦ blue 55

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

Shades of Apple #75CE37

Tints of Apple #75CE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 30.95%
G = 54.5%
B = 14.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#75CE37 (or 0x75CE37) is known color: Apple. HEX triplet: 75, CE and 37. RGB value is (117,206,55). Sum of RGB (Red+Green+Blue) = 117+206+55=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE37 is #8A31C8. Grayscale: #A2A2A2. Windows color (decimal): -9056713 or 3657333. OLE color: 3657333.

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

Color convert

RGB 117 206 55 -
CMYK 0.43 0 0.73 0.19
HSL 95.36º 0.61% 0.51% -
HSV(B) 95.36º 0.73% 0.81% -
XYZ 30.1 48.2 11.33 -
YUV 162.18 67.51 95.78 -
System Red Green Blue C M Y K H S L
Decimal 117 206 55 0.43 0 0.73 0.19 95.36 0.61 0.51
Hex 75 CE 37 2B 0 49 13 5F 3D 33
Octal 165 316 67 53 0 111 23 137 75 63
Binary 1110101 11001110 110111 101011 0 1001001 10011 1011111 111101 110011

Color Harmonies of #75CE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE37

Black with #75CE37

Text Example


Text Example

White with #75CE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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