Html Css Color HEX #BDF262 Conifer

📋 copy color: '#BDF262'

red 189 ◦ green 242 ◦ blue 98

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

Shades of Conifer #BDF262

Tints of Conifer #BDF262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 35.73%
G = 45.75%
B = 18.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BDF262 (or 0xBDF262) is known color: Conifer. HEX triplet: BD, F2 and 62. RGB value is (189,242,98). Sum of RGB (Red+Green+Blue) = 189+242+98=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF262 is #420D9D. Grayscale: #D2D2D2. Windows color (decimal): -4328862 or 6484669. OLE color: 6484669.

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

Color convert

RGB 189 242 98 -
CMYK 0.22 0 0.60 0.05
HSL 82.08º 0.85% 0.67% -
HSV(B) 82.08º 0.6% 0.95% -
XYZ 54.94 75.2 23.18 -
YUV 209.74 64.94 113.21 -
System Red Green Blue C M Y K H S L
Decimal 189 242 98 0.22 0 0.60 0.05 82.08 0.85 0.67
Hex BD F2 62 16 0 3C 5 52 55 43
Octal 275 362 142 26 0 74 5 122 125 103
Binary 10111101 11110010 1100010 10110 0 111100 101 1010010 1010101 1000011

Color Harmonies of #BDF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF262

Black with #BDF262

Text Example


Text Example

White with #BDF262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF262; }

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

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

background-color css

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

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

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

border-color css

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

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

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