Html Css Color HEX #B1CD30 Fuego

📋 copy color: '#B1CD30'

red 177 ◦ green 205 ◦ blue 48

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

Shades of Fuego #B1CD30

Tints of Fuego #B1CD30

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 41.16%
G = 47.67%
B = 11.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#B1CD30 (or 0xB1CD30) is known color: Fuego. HEX triplet: B1, CD and 30. RGB value is (177,205,48). Sum of RGB (Red+Green+Blue) = 177+205+48=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CD30 is #4E32CF. Grayscale: #B3B3B3. Windows color (decimal): -5124816 or 3198385. OLE color: 3198385.

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

Color convert

RGB 177 205 48 -
CMYK 0.14 0 0.77 0.20
HSL 70.7º 0.62% 0.5% -
HSV(B) 70.7º 0.77% 0.8% -
XYZ 40.5 53.22 10.94 -
YUV 178.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 177 205 48 0.14 0 0.77 0.20 70.7 0.62 0.5
Hex B1 CD 30 E 0 4D 14 47 3E 32
Octal 261 315 60 16 0 115 24 107 76 62
Binary 10110001 11001101 110000 1110 0 1001101 10100 1000111 111110 110010

Color Harmonies of #B1CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD30

Black with #B1CD30

Text Example


Text Example

White with #B1CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD30; }

 p { color: rgb(177,205,48); }

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

background-color css

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

 a { background-color: rgb(177,205,48); }

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

border-color css

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

 span { border-color: rgb(177,205,48); }

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