Html Css Color HEX #B2D527 Fuego

📋 copy color: '#B2D527'

red 178 ◦ green 213 ◦ blue 39

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

Shades of Fuego #B2D527

Tints of Fuego #B2D527

RGB

 RED value IS 178 (69.92% from 255) = 41.4%

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

 BLUE value IS 39 (15.63% from 255) = 9.07%

R = 41.4%
G = 49.53%
B = 9.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#B2D527 (or 0xB2D527) is known color: Fuego. HEX triplet: B2, D5 and 27. RGB value is (178,213,39). Sum of RGB (Red+Green+Blue) = 178+213+39=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D527 is #4D2AD8. Grayscale: #B7B7B7. Windows color (decimal): -5057241 or 2610610. OLE color: 2610610.

HSL color Cylindrical-coordinate representation of color #B2D527: hue angle of 72.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2D527 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 39 -
CMYK 0.16 0 0.82 0.16
HSL 72.07º 0.69% 0.49% -
HSV(B) 72.07º 0.82% 0.84% -
XYZ 42.52 57.2 10.72 -
YUV 182.7 46.9 124.65 -
System Red Green Blue C M Y K H S L
Decimal 178 213 39 0.16 0 0.82 0.16 72.07 0.69 0.49
Hex B2 D5 27 10 0 52 10 48 45 31
Octal 262 325 47 20 0 122 20 110 105 61
Binary 10110010 11010101 100111 10000 0 1010010 10000 1001000 1000101 110001

Color Harmonies of #B2D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D527

Black with #B2D527

Text Example


Text Example

White with #B2D527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D527; }

 p { color: rgb(178,213,39); }

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

background-color css

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

 a { background-color: rgb(178,213,39); }

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

border-color css

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

 span { border-color: rgb(178,213,39); }

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