Html Css Color HEX #BDDF54 Conifer

📋 copy color: '#BDDF54'

red 189 ◦ green 223 ◦ blue 84

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

Shades of Conifer #BDDF54

Tints of Conifer #BDDF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.94%

R = 38.1%
G = 44.96%
B = 16.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#BDDF54 (or 0xBDDF54) is known color: Conifer. HEX triplet: BD, DF and 54. RGB value is (189,223,84). Sum of RGB (Red+Green+Blue) = 189+223+84=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF54 is #4220AB. Grayscale: #C5C5C5. Windows color (decimal): -4333740 or 5562301. OLE color: 5562301.

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

Color convert

RGB 189 223 84 -
CMYK 0.15 0 0.62 0.13
HSL 74.68º 0.68% 0.6% -
HSV(B) 74.68º 0.62% 0.87% -
XYZ 48.97 64.23 18.2 -
YUV 196.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 189 223 84 0.15 0 0.62 0.13 74.68 0.68 0.6
Hex BD DF 54 F 0 3E D 4B 44 3C
Octal 275 337 124 17 0 76 15 113 104 74
Binary 10111101 11011111 1010100 1111 0 111110 1101 1001011 1000100 111100

Color Harmonies of #BDDF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF54

Black with #BDDF54

Text Example


Text Example

White with #BDDF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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