Html Css Color HEX #C3D61B Fuego

📋 copy color: '#C3D61B'

red 195 ◦ green 214 ◦ blue 27

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

Shades of Fuego #C3D61B

Tints of Fuego #C3D61B

RGB

 RED value IS 195 (76.56% from 255) = 44.72%

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 44.72%
G = 49.08%
B = 6.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#C3D61B (or 0xC3D61B) is known color: Fuego. HEX triplet: C3, D6 and 1B. RGB value is (195,214,27). Sum of RGB (Red+Green+Blue) = 195+214+27=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D61B is #3C29E4. Grayscale: #BBBBBB. Windows color (decimal): -3942885 or 1824451. OLE color: 1824451.

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

Color convert

RGB 195 214 27 -
CMYK 0.09 0 0.87 0.16
HSL 66.1º 0.78% 0.47% -
HSV(B) 66.1º 0.87% 0.84% -
XYZ 46.75 59.77 10.11 -
YUV 187 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 195 214 27 0.09 0 0.87 0.16 66.1 0.78 0.47
Hex C3 D6 1B 9 0 57 10 42 4E 2F
Octal 303 326 33 11 0 127 20 102 116 57
Binary 11000011 11010110 11011 1001 0 1010111 10000 1000010 1001110 101111

Color Harmonies of #C3D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D61B

Black with #C3D61B

Text Example


Text Example

White with #C3D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D61B; }

 p { color: rgb(195,214,27); }

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

background-color css

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

 a { background-color: rgb(195,214,27); }

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

border-color css

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

 span { border-color: rgb(195,214,27); }

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