#B4ED6A

Color #B4ED6A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B4ED6A

Tints of Sulu #B4ED6A

Color information

#B4ED6A (or 0xB4ED6A) is unknown color: approx Sulu. HEX triplet: B4, ED and 6A. RGB value is (180,237,106). Sum of RGB (Red+Green+Blue) = 180+237+106=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED6A is #4B1295. Grayscale: #CDCDCD. Windows color (decimal): -4919958 or 7007668. OLE color: 7007668.

HSL color Cylindrical-coordinate representation of color #B4ED6A: hue angle of 86.11º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4ED6A is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB180237106-
CMYK0.2400.550.07
HSL86.11º78.44%67.25%-
HSV(B)86.11º55.27%92.94%-
XYZ51.7171.3124.68-
YUV205.0272.12110.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 237 (92.97% from 255) = 45.32%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=34.42%
G=45.32%
B=20.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802371060.2400.550.0786.1178.4467.25
HexB4ED6A180377564e43
Octal264355152300677126116103
Binary10110100111011011101010110000110111111101011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ED6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ED6A; }

 p { color: rgb(180,237,106); }

 H1.HeaderClassName
 {
   color: #B4ED6A;
 }
 .AnyTagClassName
 {
   color: #B4ED6A;
 }
</style>
background-color css

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

 a { background-color: rgb(180,237,106); }

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

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

 span { border-color: rgb(180,237,106); }

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