Html Css Color HEX #BDF261 Conifer

📋 copy color: '#BDF261'

red 189 ◦ green 242 ◦ blue 97

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

Shades of Conifer #BDF261

Tints of Conifer #BDF261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

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

R = 35.8%
G = 45.83%
B = 18.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BDF261 (or 0xBDF261) is known color: Conifer. HEX triplet: BD, F2 and 61. RGB value is (189,242,97). Sum of RGB (Red+Green+Blue) = 189+242+97=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF261 is #420D9E. Grayscale: #D2D2D2. Windows color (decimal): -4328863 or 6419133. OLE color: 6419133.

HSL color Cylindrical-coordinate representation of color #BDF261: hue angle of 81.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF261 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 97 -
CMYK 0.22 0 0.60 0.05
HSL 81.93º 0.85% 0.66% -
HSV(B) 81.93º 0.6% 0.95% -
XYZ 54.9 75.19 22.93 -
YUV 209.62 64.44 113.29 -
System Red Green Blue C M Y K H S L
Decimal 189 242 97 0.22 0 0.60 0.05 81.93 0.85 0.66
Hex BD F2 61 16 0 3C 5 52 55 42
Octal 275 362 141 26 0 74 5 122 125 102
Binary 10111101 11110010 1100001 10110 0 111100 101 1010010 1010101 1000010

Color Harmonies of #BDF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF261

Black with #BDF261

Text Example


Text Example

White with #BDF261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF261; }

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

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

background-color css

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

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

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

border-color css

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

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

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