Html Css Color HEX #BDF447 Conifer

📋 copy color: '#BDF447'

red 189 ◦ green 244 ◦ blue 71

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

Shades of Conifer #BDF447

Tints of Conifer #BDF447

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.41%

 BLUE value IS 71 (28.13% from 255) = 14.09%

R = 37.5%
G = 48.41%
B = 14.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BDF447 (or 0xBDF447) is known color: Conifer. HEX triplet: BD, F4 and 47. RGB value is (189,244,71). Sum of RGB (Red+Green+Blue) = 189+244+71=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF447 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF447 is #420BB8. Grayscale: #D0D0D0. Windows color (decimal): -4328377 or 4715709. OLE color: 4715709.

HSL color Cylindrical-coordinate representation of color #BDF447: hue angle of 79.08º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF447 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 71 -
CMYK 0.23 0 0.71 0.04
HSL 79.08º 0.89% 0.62% -
HSV(B) 79.08º 0.71% 0.96% -
XYZ 54.47 75.98 17.75 -
YUV 207.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 189 244 71 0.23 0 0.71 0.04 79.08 0.89 0.62
Hex BD F4 47 17 0 47 4 4F 59 3E
Octal 275 364 107 27 0 107 4 117 131 76
Binary 10111101 11110100 1000111 10111 0 1000111 100 1001111 1011001 111110

Color Harmonies of #BDF447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF447

Black with #BDF447

Text Example


Text Example

White with #BDF447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF447; }

 p { color: rgb(189,244,71); }

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

background-color css

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

 a { background-color: rgb(189,244,71); }

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

border-color css

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

 span { border-color: rgb(189,244,71); }

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