Html Css Color HEX #BDF053 Conifer

📋 copy color: '#BDF053'

red 189 ◦ green 240 ◦ blue 83

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

Shades of Conifer #BDF053

Tints of Conifer #BDF053

RGB

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

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

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

R = 36.91%
G = 46.88%
B = 16.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#BDF053 (or 0xBDF053) is known color: Conifer. HEX triplet: BD, F0 and 53. RGB value is (189,240,83). Sum of RGB (Red+Green+Blue) = 189+240+83=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF053 is #420FAC. Grayscale: #CFCFCF. Windows color (decimal): -4329389 or 5501117. OLE color: 5501117.

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

Color convert

RGB 189 240 83 -
CMYK 0.21 0 0.65 0.06
HSL 79.49º 0.84% 0.63% -
HSV(B) 79.49º 0.65% 0.94% -
XYZ 53.71 73.76 19.59 -
YUV 206.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 189 240 83 0.21 0 0.65 0.06 79.49 0.84 0.63
Hex BD F0 53 15 0 41 6 4F 54 3F
Octal 275 360 123 25 0 101 6 117 124 77
Binary 10111101 11110000 1010011 10101 0 1000001 110 1001111 1010100 111111

Color Harmonies of #BDF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF053

Black with #BDF053

Text Example


Text Example

White with #BDF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF053; }

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

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

background-color css

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

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

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

border-color css

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

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

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