#BDF94B

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

Shades of Conifer #BDF94B

Tints of Conifer #BDF94B

Color information

#BDF94B (or 0xBDF94B) is unknown color: approx Conifer. HEX triplet: BD, F9 and 4B. RGB value is (189,249,75). Sum of RGB (Red+Green+Blue) = 189+249+75=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF94B is #4206B4. Grayscale: #D3D3D3. Windows color (decimal): -4327093 or 4979133. OLE color: 4979133.

HSL color Cylindrical-coordinate representation of color #BDF94B: hue angle of 80.69º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF94B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB18924975-
CMYK0.2400.700.02
HSL80.69º93.55%63.53%-
HSV(B)80.69º69.88%97.65%-
XYZ56.1379.0818.96-
YUV211.2251.12112.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 75 (29.69% from 255) = 14.62%
R=36.84%
G=48.54%
B=14.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189249750.2400.700.0280.6993.5563.53
HexBDF94B180462515e40
Octal2753711133001062121136100
Binary10111101111110011001011110000100011010101000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF94B; }

 p { color: rgb(189,249,75); }

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

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

 a { background-color: rgb(189,249,75); }

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

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

 span { border-color: rgb(189,249,75); }

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