Html Css Color HEX #BDFE55 Conifer

📋 copy color: '#BDFE55'

red 189 ◦ green 254 ◦ blue 85

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

Shades of Conifer #BDFE55

Tints of Conifer #BDFE55

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.11%

 BLUE value IS 85 (33.59% from 255) = 16.1%

R = 35.8%
G = 48.11%
B = 16.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#BDFE55 (or 0xBDFE55) is known color: Conifer. HEX triplet: BD, FE and 55. RGB value is (189,254,85). Sum of RGB (Red+Green+Blue) = 189+254+85=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE55 is #4201AA. Grayscale: #D7D7D7. Windows color (decimal): -4325803 or 5635773. OLE color: 5635773.

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

Color convert

RGB 189 254 85 -
CMYK 0.26 0 0.67 0.00
HSL 83.08º 0.99% 0.66% -
HSV(B) 83.08º 0.67% 1% -
XYZ 58.07 82.36 21.43 -
YUV 215.3 54.47 109.24 -
System Red Green Blue C M Y K H S L
Decimal 189 254 85 0.26 0 0.67 0.00 83.08 0.99 0.66
Hex BD FE 55 1A 0 43 0 53 63 42
Octal 275 376 125 32 0 103 0 123 143 102
Binary 10111101 11111110 1010101 11010 0 1000011 0 1010011 1100011 1000010

Color Harmonies of #BDFE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE55

Black with #BDFE55

Text Example


Text Example

White with #BDFE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE55; }

 p { color: rgb(189,254,85); }

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

background-color css

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

 a { background-color: rgb(189,254,85); }

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

border-color css

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

 span { border-color: rgb(189,254,85); }

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