Html Css Color HEX #B4DE7C Sulu

📋 copy color: '#B4DE7C'

red 180 ◦ green 222 ◦ blue 124

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

Shades of Sulu #B4DE7C

Tints of Sulu #B4DE7C

RGB

 RED value IS 180 (70.7% from 255) = 34.22%

 GREEN value IS 222 (87.11% from 255) = 42.21%

 BLUE value IS 124 (48.83% from 255) = 23.57%

R = 34.22%
G = 42.21%
B = 23.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#B4DE7C (or 0xB4DE7C) is known color: Sulu. HEX triplet: B4, DE and 7C. RGB value is (180,222,124). Sum of RGB (Red+Green+Blue) = 180+222+124=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DE7C is #4B2183. Grayscale: #C6C6C6. Windows color (decimal): -4923780 or 8183476. OLE color: 8183476.

HSL color Cylindrical-coordinate representation of color #B4DE7C: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4DE7C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 222 124 -
CMYK 0.19 0 0.44 0.13
HSL 85.71º 0.6% 0.68% -
HSV(B) 85.71º 0.44% 0.87% -
XYZ 48.58 63.4 28.75 -
YUV 198.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 180 222 124 0.19 0 0.44 0.13 85.71 0.6 0.68
Hex B4 DE 7C 13 0 2C D 56 3C 44
Octal 264 336 174 23 0 54 15 126 74 104
Binary 10110100 11011110 1111100 10011 0 101100 1101 1010110 111100 1000100

Color Harmonies of #B4DE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DE7C

Black with #B4DE7C

Text Example


Text Example

White with #B4DE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DE7C; }

 p { color: rgb(180,222,124); }

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

background-color css

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

 a { background-color: rgb(180,222,124); }

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

border-color css

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

 span { border-color: rgb(180,222,124); }

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