Html Css Color HEX #BDF346 Conifer

📋 copy color: '#BDF346'

red 189 ◦ green 243 ◦ blue 70

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

Shades of Conifer #BDF346

Tints of Conifer #BDF346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.94%

R = 37.65%
G = 48.41%
B = 13.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BDF346 (or 0xBDF346) is known color: Conifer. HEX triplet: BD, F3 and 46. RGB value is (189,243,70). Sum of RGB (Red+Green+Blue) = 189+243+70=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF346 is #420CB9. Grayscale: #CFCFCF. Windows color (decimal): -4328634 or 4649917. OLE color: 4649917.

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

Color convert

RGB 189 243 70 -
CMYK 0.22 0 0.71 0.05
HSL 78.73º 0.88% 0.61% -
HSV(B) 78.73º 0.71% 0.95% -
XYZ 54.14 75.36 17.49 -
YUV 207.13 50.61 115.07 -
System Red Green Blue C M Y K H S L
Decimal 189 243 70 0.22 0 0.71 0.05 78.73 0.88 0.61
Hex BD F3 46 16 0 47 5 4F 58 3D
Octal 275 363 106 26 0 107 5 117 130 75
Binary 10111101 11110011 1000110 10110 0 1000111 101 1001111 1011000 111101

Color Harmonies of #BDF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF346

Black with #BDF346

Text Example


Text Example

White with #BDF346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF346; }

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

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

background-color css

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

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

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

border-color css

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

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

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