Html Css Color HEX #75BD01 Christi

📋 copy color: '#75BD01'

red 117 ◦ green 189 ◦ blue 1

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

Shades of Christi #75BD01

Tints of Christi #75BD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 38.11%
G = 61.56%
B = 0.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#75BD01 (or 0x75BD01) is known color: Christi. HEX triplet: 75, BD and 01. RGB value is (117,189,1). Sum of RGB (Red+Green+Blue) = 117+189+1=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BD01 is #8A42FE. Grayscale: #929292. Windows color (decimal): -9061119 or 114037. OLE color: 114037.

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

Color convert

RGB 117 189 1 -
CMYK 0.38 0 0.99 0.26
HSL 82.98º 0.99% 0.37% -
HSV(B) 82.98º 0.99% 0.74% -
XYZ 25.54 40.18 6.44 -
YUV 146.04 46.15 107.29 -
System Red Green Blue C M Y K H S L
Decimal 117 189 1 0.38 0 0.99 0.26 82.98 0.99 0.37
Hex 75 BD 1 26 0 63 1A 53 63 25
Octal 165 275 1 46 0 143 32 123 143 45
Binary 1110101 10111101 1 100110 0 1100011 11010 1010011 1100011 100101

Color Harmonies of #75BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD01

Black with #75BD01

Text Example


Text Example

White with #75BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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