Html Css Color HEX #75BC15 Christi

📋 copy color: '#75BC15'

red 117 ◦ green 188 ◦ blue 21

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

Shades of Christi #75BC15

Tints of Christi #75BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 35.89%
G = 57.67%
B = 6.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#75BC15 (or 0x75BC15) is known color: Christi. HEX triplet: 75, BC and 15. RGB value is (117,188,21). Sum of RGB (Red+Green+Blue) = 117+188+21=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC15 is #8A43EA. Grayscale: #949494. Windows color (decimal): -9061355 or 1424501. OLE color: 1424501.

HSL color Cylindrical-coordinate representation of color #75BC15: hue angle of 85.51º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75BC15 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 21 -
CMYK 0.38 0 0.89 0.26
HSL 85.51º 0.8% 0.41% -
HSV(B) 85.51º 0.89% 0.74% -
XYZ 25.45 39.8 7.05 -
YUV 147.73 56.48 106.08 -
System Red Green Blue C M Y K H S L
Decimal 117 188 21 0.38 0 0.89 0.26 85.51 0.8 0.41
Hex 75 BC 15 26 0 59 1A 56 50 29
Octal 165 274 25 46 0 131 32 126 120 51
Binary 1110101 10111100 10101 100110 0 1011001 11010 1010110 1010000 101001

Color Harmonies of #75BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC15

Black with #75BC15

Text Example


Text Example

White with #75BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,21); }

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

background-color css

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

 a { background-color: rgb(117,188,21); }

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

border-color css

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

 span { border-color: rgb(117,188,21); }

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