Html Css Color HEX #BDF345 Conifer

📋 copy color: '#BDF345'

red 189 ◦ green 243 ◦ blue 69

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

Shades of Conifer #BDF345

Tints of Conifer #BDF345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.77%

R = 37.72%
G = 48.5%
B = 13.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#BDF345 (or 0xBDF345) is known color: Conifer. HEX triplet: BD, F3 and 45. RGB value is (189,243,69). Sum of RGB (Red+Green+Blue) = 189+243+69=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF345 is #420CBA. Grayscale: #CFCFCF. Windows color (decimal): -4328635 or 4584381. OLE color: 4584381.

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

Color convert

RGB 189 243 69 -
CMYK 0.22 0 0.72 0.05
HSL 78.62º 0.88% 0.61% -
HSV(B) 78.62º 0.72% 0.95% -
XYZ 54.11 75.35 17.32 -
YUV 207.02 50.11 115.15 -
System Red Green Blue C M Y K H S L
Decimal 189 243 69 0.22 0 0.72 0.05 78.62 0.88 0.61
Hex BD F3 45 16 0 48 5 4F 58 3D
Octal 275 363 105 26 0 110 5 117 130 75
Binary 10111101 11110011 1000101 10110 0 1001000 101 1001111 1011000 111101

Color Harmonies of #BDF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF345

Black with #BDF345

Text Example


Text Example

White with #BDF345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF345; }

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

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

background-color css

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

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

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

border-color css

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

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

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