Html Css Color HEX #BDF246 Conifer

📋 copy color: '#BDF246'

red 189 ◦ green 242 ◦ blue 70

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

Shades of Conifer #BDF246

Tints of Conifer #BDF246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.97%

R = 37.72%
G = 48.3%
B = 13.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BDF246 (or 0xBDF246) is known color: Conifer. HEX triplet: BD, F2 and 46. RGB value is (189,242,70). Sum of RGB (Red+Green+Blue) = 189+242+70=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF246 is #420DB9. Grayscale: #CFCFCF. Windows color (decimal): -4328890 or 4649661. OLE color: 4649661.

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

Color convert

RGB 189 242 70 -
CMYK 0.22 0 0.71 0.05
HSL 78.49º 0.87% 0.61% -
HSV(B) 78.49º 0.71% 0.95% -
XYZ 53.84 74.77 17.39 -
YUV 206.55 50.94 115.49 -
System Red Green Blue C M Y K H S L
Decimal 189 242 70 0.22 0 0.71 0.05 78.49 0.87 0.61
Hex BD F2 46 16 0 47 5 4E 57 3D
Octal 275 362 106 26 0 107 5 116 127 75
Binary 10111101 11110010 1000110 10110 0 1000111 101 1001110 1010111 111101

Color Harmonies of #BDF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF246

Black with #BDF246

Text Example


Text Example

White with #BDF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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