Html Css Color HEX #BDF448 Conifer

📋 copy color: '#BDF448'

red 189 ◦ green 244 ◦ blue 72

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

Shades of Conifer #BDF448

Tints of Conifer #BDF448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.26%

R = 37.43%
G = 48.32%
B = 14.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BDF448 (or 0xBDF448) is known color: Conifer. HEX triplet: BD, F4 and 48. RGB value is (189,244,72). Sum of RGB (Red+Green+Blue) = 189+244+72=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF448 is #420BB7. Grayscale: #D0D0D0. Windows color (decimal): -4328376 or 4781245. OLE color: 4781245.

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

Color convert

RGB 189 244 72 -
CMYK 0.23 0 0.70 0.04
HSL 79.19º 0.89% 0.62% -
HSV(B) 79.19º 0.7% 0.96% -
XYZ 54.51 75.99 17.93 -
YUV 207.95 51.28 114.49 -
System Red Green Blue C M Y K H S L
Decimal 189 244 72 0.23 0 0.70 0.04 79.19 0.89 0.62
Hex BD F4 48 17 0 46 4 4F 59 3E
Octal 275 364 110 27 0 106 4 117 131 76
Binary 10111101 11110100 1001000 10111 0 1000110 100 1001111 1011001 111110

Color Harmonies of #BDF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF448

Black with #BDF448

Text Example


Text Example

White with #BDF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF448; }

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

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

background-color css

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

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

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

border-color css

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

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

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