Html Css Color HEX #C3CE30 Fuego

📋 copy color: '#C3CE30'

red 195 ◦ green 206 ◦ blue 48

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

Shades of Fuego #C3CE30

Tints of Fuego #C3CE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

 BLUE value IS 48 (19.14% from 255) = 10.69%

R = 43.43%
G = 45.88%
B = 10.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#C3CE30 (or 0xC3CE30) is known color: Fuego. HEX triplet: C3, CE and 30. RGB value is (195,206,48). Sum of RGB (Red+Green+Blue) = 195+206+48=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE30 is #3C31CF. Grayscale: #B9B9B9. Windows color (decimal): -3944912 or 3198659. OLE color: 3198659.

HSL color Cylindrical-coordinate representation of color #C3CE30: hue angle of 64.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3CE30 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 48 -
CMYK 0.05 0 0.77 0.19
HSL 64.18º 0.62% 0.5% -
HSV(B) 64.18º 0.77% 0.81% -
XYZ 45.11 55.96 11.22 -
YUV 184.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 195 206 48 0.05 0 0.77 0.19 64.18 0.62 0.5
Hex C3 CE 30 5 0 4D 13 40 3E 32
Octal 303 316 60 5 0 115 23 100 76 62
Binary 11000011 11001110 110000 101 0 1001101 10011 1000000 111110 110010

Color Harmonies of #C3CE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CE30

Black with #C3CE30

Text Example


Text Example

White with #C3CE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CE30; }

 p { color: rgb(195,206,48); }

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

background-color css

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

 a { background-color: rgb(195,206,48); }

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

border-color css

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

 span { border-color: rgb(195,206,48); }

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