Html Css Color HEX #BDF043 Conifer

📋 copy color: '#BDF043'

red 189 ◦ green 240 ◦ blue 67

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

Shades of Conifer #BDF043

Tints of Conifer #BDF043

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

 BLUE value IS 67 (26.56% from 255) = 13.51%

R = 38.1%
G = 48.39%
B = 13.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#BDF043 (or 0xBDF043) is known color: Conifer. HEX triplet: BD, F0 and 43. RGB value is (189,240,67). Sum of RGB (Red+Green+Blue) = 189+240+67=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF043 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF043 is #420FBC. Grayscale: #CDCDCD. Windows color (decimal): -4329405 or 4452541. OLE color: 4452541.

HSL color Cylindrical-coordinate representation of color #BDF043: hue angle of 77.69º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF043 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 67 -
CMYK 0.21 0 0.72 0.06
HSL 77.69º 0.85% 0.6% -
HSV(B) 77.69º 0.72% 0.94% -
XYZ 53.16 73.54 16.7 -
YUV 205.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 189 240 67 0.21 0 0.72 0.06 77.69 0.85 0.6
Hex BD F0 43 15 0 48 6 4E 55 3C
Octal 275 360 103 25 0 110 6 116 125 74
Binary 10111101 11110000 1000011 10101 0 1001000 110 1001110 1010101 111100

Color Harmonies of #BDF043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF043

Black with #BDF043

Text Example


Text Example

White with #BDF043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF043; }

 p { color: rgb(189,240,67); }

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

background-color css

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

 a { background-color: rgb(189,240,67); }

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

border-color css

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

 span { border-color: rgb(189,240,67); }

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