Html Css Color HEX #BDFB55 Conifer

📋 copy color: '#BDFB55'

red 189 ◦ green 251 ◦ blue 85

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

Shades of Conifer #BDFB55

Tints of Conifer #BDFB55

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.81%

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

R = 36%
G = 47.81%
B = 16.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#BDFB55 (or 0xBDFB55) is known color: Conifer. HEX triplet: BD, FB and 55. RGB value is (189,251,85). Sum of RGB (Red+Green+Blue) = 189+251+85=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB55 is #4204AA. Grayscale: #D6D6D6. Windows color (decimal): -4326571 or 5635005. OLE color: 5635005.

HSL color Cylindrical-coordinate representation of color #BDFB55: hue angle of 82.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDFB55 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 85 -
CMYK 0.25 0 0.66 0.02
HSL 82.41º 0.95% 0.66% -
HSV(B) 82.41º 0.66% 0.98% -
XYZ 57.12 80.47 21.12 -
YUV 213.54 55.46 110.5 -
System Red Green Blue C M Y K H S L
Decimal 189 251 85 0.25 0 0.66 0.02 82.41 0.95 0.66
Hex BD FB 55 19 0 42 2 52 5F 42
Octal 275 373 125 31 0 102 2 122 137 102
Binary 10111101 11111011 1010101 11001 0 1000010 10 1010010 1011111 1000010

Color Harmonies of #BDFB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB55

Black with #BDFB55

Text Example


Text Example

White with #BDFB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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