Html Css Color HEX #B5CA30 Fuego

📋 copy color: '#B5CA30'

red 181 ◦ green 202 ◦ blue 48

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

Shades of Fuego #B5CA30

Tints of Fuego #B5CA30

RGB

 RED value IS 181 (71.09% from 255) = 42%

 GREEN value IS 202 (79.3% from 255) = 46.87%

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

R = 42%
G = 46.87%
B = 11.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#B5CA30 (or 0xB5CA30) is known color: Fuego. HEX triplet: B5, CA and 30. RGB value is (181,202,48). Sum of RGB (Red+Green+Blue) = 181+202+48=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA30 is #4A35CF. Grayscale: #B2B2B2. Windows color (decimal): -4863440 or 3197621. OLE color: 3197621.

HSL color Cylindrical-coordinate representation of color #B5CA30: hue angle of 68.18º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5CA30 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 48 -
CMYK 0.10 0 0.76 0.21
HSL 68.18º 0.62% 0.49% -
HSV(B) 68.18º 0.76% 0.79% -
XYZ 40.71 52.28 10.74 -
YUV 178.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 181 202 48 0.10 0 0.76 0.21 68.18 0.62 0.49
Hex B5 CA 30 A 0 4C 15 44 3E 31
Octal 265 312 60 12 0 114 25 104 76 61
Binary 10110101 11001010 110000 1010 0 1001100 10101 1000100 111110 110001

Color Harmonies of #B5CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA30

Black with #B5CA30

Text Example


Text Example

White with #B5CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA30; }

 p { color: rgb(181,202,48); }

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

background-color css

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

 a { background-color: rgb(181,202,48); }

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

border-color css

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

 span { border-color: rgb(181,202,48); }

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