Html Css Color HEX #75BD07 Christi

📋 copy color: '#75BD07'

red 117 ◦ green 189 ◦ blue 7

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

Shades of Christi #75BD07

Tints of Christi #75BD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 37.38%
G = 60.38%
B = 2.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#75BD07 (or 0x75BD07) is known color: Christi. HEX triplet: 75, BD and 07. RGB value is (117,189,7). Sum of RGB (Red+Green+Blue) = 117+189+7=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BD07 is #8A42F8. Grayscale: #939393. Windows color (decimal): -9061113 or 507253. OLE color: 507253.

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

Color convert

RGB 117 189 7 -
CMYK 0.38 0 0.96 0.26
HSL 83.74º 0.93% 0.38% -
HSV(B) 83.74º 0.96% 0.74% -
XYZ 25.57 40.19 6.61 -
YUV 146.72 49.15 106.8 -
System Red Green Blue C M Y K H S L
Decimal 117 189 7 0.38 0 0.96 0.26 83.74 0.93 0.38
Hex 75 BD 7 26 0 60 1A 54 5D 26
Octal 165 275 7 46 0 140 32 124 135 46
Binary 1110101 10111101 111 100110 0 1100000 11010 1010100 1011101 100110

Color Harmonies of #75BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD07

Black with #75BD07

Text Example


Text Example

White with #75BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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