Html Css Color HEX #BDFC54 Conifer

📋 copy color: '#BDFC54'

red 189 ◦ green 252 ◦ blue 84

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

Shades of Conifer #BDFC54

Tints of Conifer #BDFC54

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48%

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

R = 36%
G = 48%
B = 16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#BDFC54 (or 0xBDFC54) is known color: Conifer. HEX triplet: BD, FC and 54. RGB value is (189,252,84). Sum of RGB (Red+Green+Blue) = 189+252+84=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC54 is #4203AB. Grayscale: #D6D6D6. Windows color (decimal): -4326316 or 5569725. OLE color: 5569725.

HSL color Cylindrical-coordinate representation of color #BDFC54: hue angle of 82.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDFC54 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 84 -
CMYK 0.25 0 0.67 0.01
HSL 82.5º 0.97% 0.66% -
HSV(B) 82.5º 0.67% 0.99% -
XYZ 57.4 81.08 21.01 -
YUV 214.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 189 252 84 0.25 0 0.67 0.01 82.5 0.97 0.66
Hex BD FC 54 19 0 43 1 52 61 42
Octal 275 374 124 31 0 103 1 122 141 102
Binary 10111101 11111100 1010100 11001 0 1000011 1 1010010 1100001 1000010

Color Harmonies of #BDFC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC54

Black with #BDFC54

Text Example


Text Example

White with #BDFC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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