Html Css Color HEX #B5F285 Sulu

📋 copy color: '#B5F285'

red 181 ◦ green 242 ◦ blue 133

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

Shades of Sulu #B5F285

Tints of Sulu #B5F285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.53%

 BLUE value IS 133 (52.34% from 255) = 23.92%

R = 32.55%
G = 43.53%
B = 23.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#B5F285 (or 0xB5F285) is known color: Sulu. HEX triplet: B5, F2 and 85. RGB value is (181,242,133). Sum of RGB (Red+Green+Blue) = 181+242+133=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F285 is #4A0D7A. Grayscale: #D3D3D3. Windows color (decimal): -4853115 or 8778421. OLE color: 8778421.

HSL color Cylindrical-coordinate representation of color #B5F285: hue angle of 93.58º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5F285 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 133 -
CMYK 0.25 0 0.45 0.05
HSL 93.58º 0.81% 0.74% -
HSV(B) 93.58º 0.45% 0.95% -
XYZ 55.04 75.02 33.77 -
YUV 211.34 83.79 106.36 -
System Red Green Blue C M Y K H S L
Decimal 181 242 133 0.25 0 0.45 0.05 93.58 0.81 0.74
Hex B5 F2 85 19 0 2D 5 5E 51 4A
Octal 265 362 205 31 0 55 5 136 121 112
Binary 10110101 11110010 10000101 11001 0 101101 101 1011110 1010001 1001010

Color Harmonies of #B5F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F285

Black with #B5F285

Text Example


Text Example

White with #B5F285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F285; }

 p { color: rgb(181,242,133); }

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

background-color css

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

 a { background-color: rgb(181,242,133); }

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

border-color css

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

 span { border-color: rgb(181,242,133); }

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