Html Css Color HEX #BDF353 Conifer

📋 copy color: '#BDF353'

red 189 ◦ green 243 ◦ blue 83

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

Shades of Conifer #BDF353

Tints of Conifer #BDF353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.12%

R = 36.7%
G = 47.18%
B = 16.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BDF353 (or 0xBDF353) is known color: Conifer. HEX triplet: BD, F3 and 53. RGB value is (189,243,83). Sum of RGB (Red+Green+Blue) = 189+243+83=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF353 is #420CAC. Grayscale: #D1D1D1. Windows color (decimal): -4328621 or 5501885. OLE color: 5501885.

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

Color convert

RGB 189 243 83 -
CMYK 0.22 0 0.66 0.05
HSL 80.25º 0.87% 0.64% -
HSV(B) 80.25º 0.66% 0.95% -
XYZ 54.6 75.54 19.89 -
YUV 208.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 189 243 83 0.22 0 0.66 0.05 80.25 0.87 0.64
Hex BD F3 53 16 0 42 5 50 57 40
Octal 275 363 123 26 0 102 5 120 127 100
Binary 10111101 11110011 1010011 10110 0 1000010 101 1010000 1010111 1000000

Color Harmonies of #BDF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF353

Black with #BDF353

Text Example


Text Example

White with #BDF353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF353; }

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

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

background-color css

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

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

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

border-color css

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

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

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