Html Css Color HEX #75C23E Apple

📋 copy color: '#75C23E'

red 117 ◦ green 194 ◦ blue 62

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

Shades of Apple #75C23E

Tints of Apple #75C23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.62%

R = 31.37%
G = 52.01%
B = 16.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#75C23E (or 0x75C23E) is known color: Apple. HEX triplet: 75, C2 and 3E. RGB value is (117,194,62). Sum of RGB (Red+Green+Blue) = 117+194+62=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #75C23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C23E is #8A3DC1. Grayscale: #9C9C9C. Windows color (decimal): -9059778 or 4113013. OLE color: 4113013.

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

Color convert

RGB 117 194 62 -
CMYK 0.40 0 0.68 0.24
HSL 95º 0.52% 0.5% -
HSV(B) 95º 0.68% 0.76% -
XYZ 27.5 42.71 11.35 -
YUV 155.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 117 194 62 0.40 0 0.68 0.24 95 0.52 0.5
Hex 75 C2 3E 28 0 44 18 5F 34 32
Octal 165 302 76 50 0 104 30 137 64 62
Binary 1110101 11000010 111110 101000 0 1000100 11000 1011111 110100 110010

Color Harmonies of #75C23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C23E

Black with #75C23E

Text Example


Text Example

White with #75C23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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