Html Css Color HEX #BDF263 Conifer

📋 copy color: '#BDF263'

red 189 ◦ green 242 ◦ blue 99

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

Shades of Conifer #BDF263

Tints of Conifer #BDF263

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 99 (39.06% from 255) = 18.68%

R = 35.66%
G = 45.66%
B = 18.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BDF263 (or 0xBDF263) is known color: Conifer. HEX triplet: BD, F2 and 63. RGB value is (189,242,99). Sum of RGB (Red+Green+Blue) = 189+242+99=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF263 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF263 is #420D9C. Grayscale: #D2D2D2. Windows color (decimal): -4328861 or 6550205. OLE color: 6550205.

HSL color Cylindrical-coordinate representation of color #BDF263: hue angle of 82.24º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF263 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 99 -
CMYK 0.22 0 0.59 0.05
HSL 82.24º 0.85% 0.67% -
HSV(B) 82.24º 0.59% 0.95% -
XYZ 54.99 75.22 23.43 -
YUV 209.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 189 242 99 0.22 0 0.59 0.05 82.24 0.85 0.67
Hex BD F2 63 16 0 3B 5 52 55 43
Octal 275 362 143 26 0 73 5 122 125 103
Binary 10111101 11110010 1100011 10110 0 111011 101 1010010 1010101 1000011

Color Harmonies of #BDF263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF263

Black with #BDF263

Text Example


Text Example

White with #BDF263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF263; }

 p { color: rgb(189,242,99); }

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

background-color css

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

 a { background-color: rgb(189,242,99); }

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

border-color css

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

 span { border-color: rgb(189,242,99); }

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