Html Css Color HEX #75BB04 Christi

📋 copy color: '#75BB04'

red 117 ◦ green 187 ◦ blue 4

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

Shades of Christi #75BB04

Tints of Christi #75BB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.71%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 37.99%
G = 60.71%
B = 1.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#75BB04 (or 0x75BB04) is known color: Christi. HEX triplet: 75, BB and 04. RGB value is (117,187,4). Sum of RGB (Red+Green+Blue) = 117+187+4=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BB04 is #8A44FB. Grayscale: #919191. Windows color (decimal): -9061628 or 310133. OLE color: 310133.

HSL color Cylindrical-coordinate representation of color #75BB04: hue angle of 82.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75BB04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 4 -
CMYK 0.37 0 0.98 0.27
HSL 82.95º 0.96% 0.37% -
HSV(B) 82.95º 0.98% 0.73% -
XYZ 25.13 39.33 6.38 -
YUV 145.21 48.31 107.88 -
System Red Green Blue C M Y K H S L
Decimal 117 187 4 0.37 0 0.98 0.27 82.95 0.96 0.37
Hex 75 BB 4 25 0 62 1B 53 60 25
Octal 165 273 4 45 0 142 33 123 140 45
Binary 1110101 10111011 100 100101 0 1100010 11011 1010011 1100000 100101

Color Harmonies of #75BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB04

Black with #75BB04

Text Example


Text Example

White with #75BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,187,4); }

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

background-color css

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

 a { background-color: rgb(117,187,4); }

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

border-color css

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

 span { border-color: rgb(117,187,4); }

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