Html Css Color HEX #BDF551 Conifer

📋 copy color: '#BDF551'

red 189 ◦ green 245 ◦ blue 81

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

Shades of Conifer #BDF551

Tints of Conifer #BDF551

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

 BLUE value IS 81 (32.03% from 255) = 15.73%

R = 36.7%
G = 47.57%
B = 15.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#BDF551 (or 0xBDF551) is known color: Conifer. HEX triplet: BD, F5 and 51. RGB value is (189,245,81). Sum of RGB (Red+Green+Blue) = 189+245+81=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF551 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF551 is #420AAE. Grayscale: #D2D2D2. Windows color (decimal): -4328111 or 5371325. OLE color: 5371325.

HSL color Cylindrical-coordinate representation of color #BDF551: hue angle of 80.49º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF551 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 81 -
CMYK 0.23 0 0.67 0.04
HSL 80.49º 0.89% 0.64% -
HSV(B) 80.49º 0.67% 0.96% -
XYZ 55.12 76.72 19.69 -
YUV 209.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 189 245 81 0.23 0 0.67 0.04 80.49 0.89 0.64
Hex BD F5 51 17 0 43 4 50 59 40
Octal 275 365 121 27 0 103 4 120 131 100
Binary 10111101 11110101 1010001 10111 0 1000011 100 1010000 1011001 1000000

Color Harmonies of #BDF551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF551

Black with #BDF551

Text Example


Text Example

White with #BDF551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF551; }

 p { color: rgb(189,245,81); }

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

background-color css

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

 a { background-color: rgb(189,245,81); }

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

border-color css

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

 span { border-color: rgb(189,245,81); }

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