Html Css Color HEX #B5F27D Sulu

📋 copy color: '#B5F27D'

red 181 ◦ green 242 ◦ blue 125

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

Shades of Sulu #B5F27D

Tints of Sulu #B5F27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.81%

R = 33.03%
G = 44.16%
B = 22.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#B5F27D (or 0xB5F27D) is known color: Sulu. HEX triplet: B5, F2 and 7D. RGB value is (181,242,125). Sum of RGB (Red+Green+Blue) = 181+242+125=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F27D is #4A0D82. Grayscale: #D2D2D2. Windows color (decimal): -4853123 or 8254133. OLE color: 8254133.

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

Color convert

RGB 181 242 125 -
CMYK 0.25 0 0.48 0.05
HSL 91.28º 0.82% 0.72% -
HSV(B) 91.28º 0.48% 0.95% -
XYZ 54.51 74.81 30.97 -
YUV 210.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 181 242 125 0.25 0 0.48 0.05 91.28 0.82 0.72
Hex B5 F2 7D 19 0 30 5 5B 52 48
Octal 265 362 175 31 0 60 5 133 122 110
Binary 10110101 11110010 1111101 11001 0 110000 101 1011011 1010010 1001000

Color Harmonies of #B5F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F27D

Black with #B5F27D

Text Example


Text Example

White with #B5F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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