Html Css Color HEX #C2D51D Fuego

📋 copy color: '#C2D51D'

red 194 ◦ green 213 ◦ blue 29

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

Shades of Fuego #C2D51D

Tints of Fuego #C2D51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 44.5%
G = 48.85%
B = 6.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#C2D51D (or 0xC2D51D) is known color: Fuego. HEX triplet: C2, D5 and 1D. RGB value is (194,213,29). Sum of RGB (Red+Green+Blue) = 194+213+29=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D51D is #3D2AE2. Grayscale: #BBBBBB. Windows color (decimal): -4008675 or 1955266. OLE color: 1955266.

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

Color convert

RGB 194 213 29 -
CMYK 0.09 0 0.86 0.16
HSL 66.2º 0.76% 0.47% -
HSV(B) 66.2º 0.86% 0.84% -
XYZ 46.26 59.15 10.14 -
YUV 186.34 39.21 133.46 -
System Red Green Blue C M Y K H S L
Decimal 194 213 29 0.09 0 0.86 0.16 66.2 0.76 0.47
Hex C2 D5 1D 9 0 56 10 42 4C 2F
Octal 302 325 35 11 0 126 20 102 114 57
Binary 11000010 11010101 11101 1001 0 1010110 10000 1000010 1001100 101111

Color Harmonies of #C2D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D51D

Black with #C2D51D

Text Example


Text Example

White with #C2D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D51D; }

 p { color: rgb(194,213,29); }

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

background-color css

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

 a { background-color: rgb(194,213,29); }

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

border-color css

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

 span { border-color: rgb(194,213,29); }

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