Html Css Color HEX #BDF361 Conifer

📋 copy color: '#BDF361'

red 189 ◦ green 243 ◦ blue 97

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

Shades of Conifer #BDF361

Tints of Conifer #BDF361

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

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

R = 35.73%
G = 45.94%
B = 18.34%

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

#BDF361 (or 0xBDF361) is known color: Conifer. HEX triplet: BD, F3 and 61. RGB value is (189,243,97). Sum of RGB (Red+Green+Blue) = 189+243+97=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF361 is #420C9E. Grayscale: #D2D2D2. Windows color (decimal): -4328607 or 6419389. OLE color: 6419389.

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

Color convert

RGB 189 243 97 -
CMYK 0.22 0 0.60 0.05
HSL 82.19º 0.86% 0.67% -
HSV(B) 82.19º 0.6% 0.95% -
XYZ 55.19 75.78 23.03 -
YUV 210.21 64.11 112.87 -
System Red Green Blue C M Y K H S L
Decimal 189 243 97 0.22 0 0.60 0.05 82.19 0.86 0.67
Hex BD F3 61 16 0 3C 5 52 56 43
Octal 275 363 141 26 0 74 5 122 126 103
Binary 10111101 11110011 1100001 10110 0 111100 101 1010010 1010110 1000011

Color Harmonies of #BDF361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF361

Black with #BDF361

Text Example


Text Example

White with #BDF361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF361; }

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

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

background-color css

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

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

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

border-color css

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

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

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