Html Css Color HEX #BDFF53 Conifer

📋 copy color: '#BDFF53'

red 189 ◦ green 255 ◦ blue 83

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

Shades of Conifer #BDFF53

Tints of Conifer #BDFF53

RGB

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

 GREEN value IS 255 (100% from 255) = 48.39%

 BLUE value IS 83 (32.81% from 255) = 15.75%

R = 35.86%
G = 48.39%
B = 15.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#BDFF53 (or 0xBDFF53) is known color: Conifer. HEX triplet: BD, FF and 53. RGB value is (189,255,83). Sum of RGB (Red+Green+Blue) = 189+255+83=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF53 is #4200AC. Grayscale: #D8D8D8. Windows color (decimal): -4325549 or 5504957. OLE color: 5504957.

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

Color convert

RGB 189 255 83 -
CMYK 0.26 0 0.67 0
HSL 83.02º 1% 0.66% -
HSV(B) 83.02º 0.67% 1% -
XYZ 58.31 82.96 21.12 -
YUV 215.66 53.13 108.99 -
System Red Green Blue C M Y K H S L
Decimal 189 255 83 0.26 0 0.67 0 83.02 1 0.66
Hex BD FF 53 1A 0 43 0 53 64 42
Octal 275 377 123 32 0 103 0 123 144 102
Binary 10111101 11111111 1010011 11010 0 1000011 0 1010011 1100100 1000010

Color Harmonies of #BDFF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF53

Black with #BDFF53

Text Example


Text Example

White with #BDFF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF53; }

 p { color: rgb(189,255,83); }

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

background-color css

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

 a { background-color: rgb(189,255,83); }

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

border-color css

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

 span { border-color: rgb(189,255,83); }

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