Html Css Color HEX #75BC0F Christi

📋 copy color: '#75BC0F'

red 117 ◦ green 188 ◦ blue 15

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

Shades of Christi #75BC0F

Tints of Christi #75BC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 36.56%
G = 58.75%
B = 4.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#75BC0F (or 0x75BC0F) is known color: Christi. HEX triplet: 75, BC and 0F. RGB value is (117,188,15). Sum of RGB (Red+Green+Blue) = 117+188+15=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC0F is #8A43F0. Grayscale: #939393. Windows color (decimal): -9061361 or 1031285. OLE color: 1031285.

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

Color convert

RGB 117 188 15 -
CMYK 0.38 0 0.92 0.26
HSL 84.62º 0.85% 0.4% -
HSV(B) 84.62º 0.92% 0.74% -
XYZ 25.41 39.78 6.79 -
YUV 147.05 53.48 106.57 -
System Red Green Blue C M Y K H S L
Decimal 117 188 15 0.38 0 0.92 0.26 84.62 0.85 0.4
Hex 75 BC F 26 0 5C 1A 55 55 28
Octal 165 274 17 46 0 134 32 125 125 50
Binary 1110101 10111100 1111 100110 0 1011100 11010 1010101 1010101 101000

Color Harmonies of #75BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC0F

Black with #75BC0F

Text Example


Text Example

White with #75BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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