Html Css Color HEX #BDDF48 Conifer

📋 copy color: '#BDDF48'

red 189 ◦ green 223 ◦ blue 72

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

Shades of Conifer #BDDF48

Tints of Conifer #BDDF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

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

R = 39.05%
G = 46.07%
B = 14.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BDDF48 (or 0xBDDF48) is known color: Conifer. HEX triplet: BD, DF and 48. RGB value is (189,223,72). Sum of RGB (Red+Green+Blue) = 189+223+72=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF48 is #4220B7. Grayscale: #C4C4C4. Windows color (decimal): -4333752 or 4775869. OLE color: 4775869.

HSL color Cylindrical-coordinate representation of color #BDDF48: hue angle of 73.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDDF48 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 72 -
CMYK 0.15 0 0.68 0.13
HSL 73.51º 0.7% 0.58% -
HSV(B) 73.51º 0.68% 0.87% -
XYZ 48.54 64.06 15.94 -
YUV 195.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 189 223 72 0.15 0 0.68 0.13 73.51 0.7 0.58
Hex BD DF 48 F 0 44 D 4A 46 3A
Octal 275 337 110 17 0 104 15 112 106 72
Binary 10111101 11011111 1001000 1111 0 1000100 1101 1001010 1000110 111010

Color Harmonies of #BDDF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF48

Black with #BDDF48

Text Example


Text Example

White with #BDDF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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