Html Css Color HEX #75C30D Christi

📋 copy color: '#75C30D'

red 117 ◦ green 195 ◦ blue 13

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

Shades of Christi #75C30D

Tints of Christi #75C30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60%

 BLUE value IS 13 (5.47% from 255) = 4%

R = 36%
G = 60%
B = 4%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#75C30D (or 0x75C30D) is known color: Christi. HEX triplet: 75, C3 and 0D. RGB value is (117,195,13). Sum of RGB (Red+Green+Blue) = 117+195+13=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #75C30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C30D is #8A3CF2. Grayscale: #979797. Windows color (decimal): -9059571 or 902005. OLE color: 902005.

HSL color Cylindrical-coordinate representation of color #75C30D: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75C30D is Cyan = 0.4, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 13 -
CMYK 0.4 0 0.93 0.24
HSL 85.71º 0.88% 0.41% -
HSV(B) 85.71º 0.93% 0.76% -
XYZ 26.92 42.84 7.23 -
YUV 150.93 50.16 103.8 -
System Red Green Blue C M Y K H S L
Decimal 117 195 13 0.4 0 0.93 0.24 85.71 0.88 0.41
Hex 75 C3 D 28 0 5D 18 56 58 29
Octal 165 303 15 50 0 135 30 126 130 51
Binary 1110101 11000011 1101 101000 0 1011101 11000 1010110 1011000 101001

Color Harmonies of #75C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C30D

Black with #75C30D

Text Example


Text Example

White with #75C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,13); }

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

background-color css

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

 a { background-color: rgb(117,195,13); }

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

border-color css

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

 span { border-color: rgb(117,195,13); }

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