Html Css Color HEX #B2F975 Sulu

📋 copy color: '#B2F975'

red 178 ◦ green 249 ◦ blue 117

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

Shades of Sulu #B2F975

Tints of Sulu #B2F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 32.72%
G = 45.77%
B = 21.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#B2F975 (or 0xB2F975) is known color: Sulu. HEX triplet: B2, F9 and 75. RGB value is (178,249,117). Sum of RGB (Red+Green+Blue) = 178+249+117=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F975 is #4D068A. Grayscale: #D5D5D5. Windows color (decimal): -5047947 or 7731634. OLE color: 7731634.

HSL color Cylindrical-coordinate representation of color #B2F975: hue angle of 92.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2F975 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 117 -
CMYK 0.29 0 0.53 0.02
HSL 92.27º 0.92% 0.72% -
HSV(B) 92.27º 0.53% 0.98% -
XYZ 55.45 78.5 29.06 -
YUV 212.72 73.98 103.23 -
System Red Green Blue C M Y K H S L
Decimal 178 249 117 0.29 0 0.53 0.02 92.27 0.92 0.72
Hex B2 F9 75 1D 0 35 2 5C 5C 48
Octal 262 371 165 35 0 65 2 134 134 110
Binary 10110010 11111001 1110101 11101 0 110101 10 1011100 1011100 1001000

Color Harmonies of #B2F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F975

Black with #B2F975

Text Example


Text Example

White with #B2F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F975; }

 p { color: rgb(178,249,117); }

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

background-color css

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

 a { background-color: rgb(178,249,117); }

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

border-color css

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

 span { border-color: rgb(178,249,117); }

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