Html Css Color HEX #BDFE58 Conifer

📋 copy color: '#BDFE58'

red 189 ◦ green 254 ◦ blue 88

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

Shades of Conifer #BDFE58

Tints of Conifer #BDFE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.57%

R = 35.59%
G = 47.83%
B = 16.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#BDFE58 (or 0xBDFE58) is known color: Conifer. HEX triplet: BD, FE and 58. RGB value is (189,254,88). Sum of RGB (Red+Green+Blue) = 189+254+88=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE58 is #4201A7. Grayscale: #D8D8D8. Windows color (decimal): -4325800 or 5832381. OLE color: 5832381.

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

Color convert

RGB 189 254 88 -
CMYK 0.26 0 0.65 0.00
HSL 83.49º 0.99% 0.67% -
HSV(B) 83.49º 0.65% 1% -
XYZ 58.19 82.41 22.07 -
YUV 215.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 189 254 88 0.26 0 0.65 0.00 83.49 0.99 0.67
Hex BD FE 58 1A 0 41 0 53 63 43
Octal 275 376 130 32 0 101 0 123 143 103
Binary 10111101 11111110 1011000 11010 0 1000001 0 1010011 1100011 1000011

Color Harmonies of #BDFE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE58

Black with #BDFE58

Text Example


Text Example

White with #BDFE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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