Html Css Color HEX #C2D71E Fuego

📋 copy color: '#C2D71E'

red 194 ◦ green 215 ◦ blue 30

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

Shades of Fuego #C2D71E

Tints of Fuego #C2D71E

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

 GREEN value IS 215 (84.38% from 255) = 48.97%

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 44.19%
G = 48.97%
B = 6.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#C2D71E (or 0xC2D71E) is known color: Fuego. HEX triplet: C2, D7 and 1E. RGB value is (194,215,30). Sum of RGB (Red+Green+Blue) = 194+215+30=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D71E is #3D28E1. Grayscale: #BCBCBC. Windows color (decimal): -4008162 or 2021314. OLE color: 2021314.

HSL color Cylindrical-coordinate representation of color #C2D71E: hue angle of 66.81º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2D71E is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 30 -
CMYK 0.10 0 0.86 0.16
HSL 66.81º 0.76% 0.48% -
HSV(B) 66.81º 0.86% 0.84% -
XYZ 46.78 60.16 10.38 -
YUV 187.63 39.04 132.54 -
System Red Green Blue C M Y K H S L
Decimal 194 215 30 0.10 0 0.86 0.16 66.81 0.76 0.48
Hex C2 D7 1E A 0 56 10 43 4C 30
Octal 302 327 36 12 0 126 20 103 114 60
Binary 11000010 11010111 11110 1010 0 1010110 10000 1000011 1001100 110000

Color Harmonies of #C2D71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D71E

Black with #C2D71E

Text Example


Text Example

White with #C2D71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D71E; }

 p { color: rgb(194,215,30); }

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

background-color css

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

 a { background-color: rgb(194,215,30); }

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

border-color css

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

 span { border-color: rgb(194,215,30); }

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