#BBEF41

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

Shades of Conifer #BBEF41

Tints of Conifer #BBEF41

Color information

#BBEF41 (or 0xBBEF41) is unknown color: approx Conifer. HEX triplet: BB, EF and 41. RGB value is (187,239,65). Sum of RGB (Red+Green+Blue) = 187+239+65=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEF41 is #4410BE. Grayscale: #CCCCCC. Windows color (decimal): -4460735 or 4321211. OLE color: 4321211.

HSL color Cylindrical-coordinate representation of color #BBEF41: hue angle of 77.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBEF41 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB18723965-
CMYK0.2200.730.06
HSL77.93º84.47%59.61%-
HSV(B)77.93º72.8%93.73%-
XYZ52.3172.6816.27-
YUV203.6249.77116.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 239 (93.75% from 255) = 48.68%
BLUE value IS 65 (25.78% from 255) = 13.24%
R=38.09%
G=48.68%
B=13.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187239650.2200.730.0677.9384.4759.61
HexBBEF411604964e543c
Octal273357101260111611612474
Binary10111011111011111000001101100100100111010011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEF41; }

 p { color: rgb(187,239,65); }

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

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

 a { background-color: rgb(187,239,65); }

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

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

 span { border-color: rgb(187,239,65); }

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