Html Css Color HEX #BDF061 Conifer

📋 copy color: '#BDF061'

red 189 ◦ green 240 ◦ blue 97

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

Shades of Conifer #BDF061

Tints of Conifer #BDF061

RGB

 RED value IS 189 (74.22% from 255) = 35.93%

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 97 (38.28% from 255) = 18.44%

R = 35.93%
G = 45.63%
B = 18.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#BDF061 (or 0xBDF061) is known color: Conifer. HEX triplet: BD, F0 and 61. RGB value is (189,240,97). Sum of RGB (Red+Green+Blue) = 189+240+97=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF061 is #420F9E. Grayscale: #D0D0D0. Windows color (decimal): -4329375 or 6418621. OLE color: 6418621.

HSL color Cylindrical-coordinate representation of color #BDF061: hue angle of 81.4º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF061 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 97 -
CMYK 0.21 0 0.60 0.06
HSL 81.4º 0.83% 0.66% -
HSV(B) 81.4º 0.6% 0.94% -
XYZ 54.3 74 22.73 -
YUV 208.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 189 240 97 0.21 0 0.60 0.06 81.4 0.83 0.66
Hex BD F0 61 15 0 3C 6 51 53 42
Octal 275 360 141 25 0 74 6 121 123 102
Binary 10111101 11110000 1100001 10101 0 111100 110 1010001 1010011 1000010

Color Harmonies of #BDF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF061

Black with #BDF061

Text Example


Text Example

White with #BDF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF061; }

 p { color: rgb(189,240,97); }

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

background-color css

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

 a { background-color: rgb(189,240,97); }

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

border-color css

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

 span { border-color: rgb(189,240,97); }

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