Html Css Color HEX #BDF254 Conifer

📋 copy color: '#BDF254'

red 189 ◦ green 242 ◦ blue 84

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

Shades of Conifer #BDF254

Tints of Conifer #BDF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

 BLUE value IS 84 (33.2% from 255) = 16.31%

R = 36.7%
G = 46.99%
B = 16.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BDF254 (or 0xBDF254) is known color: Conifer. HEX triplet: BD, F2 and 54. RGB value is (189,242,84). Sum of RGB (Red+Green+Blue) = 189+242+84=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF254 is #420DAB. Grayscale: #D0D0D0. Windows color (decimal): -4328876 or 5567165. OLE color: 5567165.

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

Color convert

RGB 189 242 84 -
CMYK 0.22 0 0.65 0.05
HSL 80.13º 0.86% 0.64% -
HSV(B) 80.13º 0.65% 0.95% -
XYZ 54.34 74.96 19.99 -
YUV 208.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 189 242 84 0.22 0 0.65 0.05 80.13 0.86 0.64
Hex BD F2 54 16 0 41 5 50 56 40
Octal 275 362 124 26 0 101 5 120 126 100
Binary 10111101 11110010 1010100 10110 0 1000001 101 1010000 1010110 1000000

Color Harmonies of #BDF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF254

Black with #BDF254

Text Example


Text Example

White with #BDF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF254; }

 p { color: rgb(189,242,84); }

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

background-color css

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

 a { background-color: rgb(189,242,84); }

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

border-color css

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

 span { border-color: rgb(189,242,84); }

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