Html Css Color HEX #71CD0A Christi

📋 copy color: '#71CD0A'

red 113 ◦ green 205 ◦ blue 10

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

Shades of Christi #71CD0A

Tints of Christi #71CD0A

RGB

 RED value IS 113 (44.53% from 255) = 34.45%

 GREEN value IS 205 (80.47% from 255) = 62.5%

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 34.45%
G = 62.5%
B = 3.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#71CD0A (or 0x71CD0A) is known color: Christi. HEX triplet: 71, CD and 0A. RGB value is (113,205,10). Sum of RGB (Red+Green+Blue) = 113+205+10=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 205 (80.47% from 255 or 62.5% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CD0A is #8E32F5. Grayscale: #9B9B9B. Windows color (decimal): -9319158 or 707953. OLE color: 707953.

HSL color Cylindrical-coordinate representation of color #71CD0A: hue angle of 88.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71CD0A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 10 -
CMYK 0.45 0 0.95 0.20
HSL 88.31º 0.91% 0.42% -
HSV(B) 88.31º 0.95% 0.8% -
XYZ 28.7 47.2 7.88 -
YUV 155.26 46.02 97.86 -
System Red Green Blue C M Y K H S L
Decimal 113 205 10 0.45 0 0.95 0.20 88.31 0.91 0.42
Hex 71 CD A 2D 0 5F 14 58 5B 2A
Octal 161 315 12 55 0 137 24 130 133 52
Binary 1110001 11001101 1010 101101 0 1011111 10100 1011000 1011011 101010

Color Harmonies of #71CD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CD0A

Black with #71CD0A

Text Example


Text Example

White with #71CD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CD0A; }

 p { color: rgb(113,205,10); }

 H1.HeaderClassName
 {
   color: #71CD0A;
 }
 .AnyTagClassName
 {
   color: #71CD0A;
 }
</style>

background-color css

<style>
 a { background-color: #71CD0A; }

 a { background-color: rgb(113,205,10); }

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

border-color css

<style>
 span { border-color: #71CD0A; }

 span { border-color: rgb(113,205,10); }

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