Html Css Color HEX #B5F28A Sulu

📋 copy color: '#B5F28A'

red 181 ◦ green 242 ◦ blue 138

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

Shades of Sulu #B5F28A

Tints of Sulu #B5F28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.6%

R = 32.26%
G = 43.14%
B = 24.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#B5F28A (or 0xB5F28A) is known color: Sulu. HEX triplet: B5, F2 and 8A. RGB value is (181,242,138). Sum of RGB (Red+Green+Blue) = 181+242+138=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F28A is #4A0D75. Grayscale: #D4D4D4. Windows color (decimal): -4853110 or 9106101. OLE color: 9106101.

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

Color convert

RGB 181 242 138 -
CMYK 0.25 0 0.43 0.05
HSL 95.19º 0.8% 0.75% -
HSV(B) 95.19º 0.43% 0.95% -
XYZ 55.4 75.16 35.63 -
YUV 211.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 181 242 138 0.25 0 0.43 0.05 95.19 0.8 0.75
Hex B5 F2 8A 19 0 2B 5 5F 50 4B
Octal 265 362 212 31 0 53 5 137 120 113
Binary 10110101 11110010 10001010 11001 0 101011 101 1011111 1010000 1001011

Color Harmonies of #B5F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F28A

Black with #B5F28A

Text Example


Text Example

White with #B5F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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