Html Css Color HEX #C1D52F Fuego

📋 copy color: '#C1D52F'

red 193 ◦ green 213 ◦ blue 47

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

Shades of Fuego #C1D52F

Tints of Fuego #C1D52F

RGB

 RED value IS 193 (75.78% from 255) = 42.6%

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

 BLUE value IS 47 (18.75% from 255) = 10.38%

R = 42.6%
G = 47.02%
B = 10.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#C1D52F (or 0xC1D52F) is known color: Fuego. HEX triplet: C1, D5 and 2F. RGB value is (193,213,47). Sum of RGB (Red+Green+Blue) = 193+213+47=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D52F is #3E2AD0. Grayscale: #BCBCBC. Windows color (decimal): -4074193 or 3134913. OLE color: 3134913.

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

Color convert

RGB 193 213 47 -
CMYK 0.09 0 0.78 0.16
HSL 67.23º 0.66% 0.51% -
HSV(B) 67.23º 0.78% 0.84% -
XYZ 46.3 59.13 11.66 -
YUV 188.1 48.37 131.5 -
System Red Green Blue C M Y K H S L
Decimal 193 213 47 0.09 0 0.78 0.16 67.23 0.66 0.51
Hex C1 D5 2F 9 0 4E 10 43 42 33
Octal 301 325 57 11 0 116 20 103 102 63
Binary 11000001 11010101 101111 1001 0 1001110 10000 1000011 1000010 110011

Color Harmonies of #C1D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D52F

Black with #C1D52F

Text Example


Text Example

White with #C1D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D52F; }

 p { color: rgb(193,213,47); }

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

background-color css

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

 a { background-color: rgb(193,213,47); }

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

border-color css

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

 span { border-color: rgb(193,213,47); }

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