Html Css Color HEX #75BD0B Christi

📋 copy color: '#75BD0B'

red 117 ◦ green 189 ◦ blue 11

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

Shades of Christi #75BD0B

Tints of Christi #75BD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.62%

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 36.91%
G = 59.62%
B = 3.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#75BD0B (or 0x75BD0B) is known color: Christi. HEX triplet: 75, BD and 0B. RGB value is (117,189,11). Sum of RGB (Red+Green+Blue) = 117+189+11=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BD0B is #8A42F4. Grayscale: #939393. Windows color (decimal): -9061109 or 769397. OLE color: 769397.

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

Color convert

RGB 117 189 11 -
CMYK 0.38 0 0.94 0.26
HSL 84.27º 0.89% 0.39% -
HSV(B) 84.27º 0.94% 0.74% -
XYZ 25.59 40.2 6.73 -
YUV 147.18 51.15 106.47 -
System Red Green Blue C M Y K H S L
Decimal 117 189 11 0.38 0 0.94 0.26 84.27 0.89 0.39
Hex 75 BD B 26 0 5E 1A 54 59 27
Octal 165 275 13 46 0 136 32 124 131 47
Binary 1110101 10111101 1011 100110 0 1011110 11010 1010100 1011001 100111

Color Harmonies of #75BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD0B

Black with #75BD0B

Text Example


Text Example

White with #75BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,11); }

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

background-color css

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

 a { background-color: rgb(117,189,11); }

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

border-color css

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

 span { border-color: rgb(117,189,11); }

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