Html Css Color HEX #BDF360 Conifer

📋 copy color: '#BDF360'

red 189 ◦ green 243 ◦ blue 96

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

Shades of Conifer #BDF360

Tints of Conifer #BDF360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 35.8%
G = 46.02%
B = 18.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BDF360 (or 0xBDF360) is known color: Conifer. HEX triplet: BD, F3 and 60. RGB value is (189,243,96). Sum of RGB (Red+Green+Blue) = 189+243+96=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF360 is #420C9F. Grayscale: #D2D2D2. Windows color (decimal): -4328608 or 6353853. OLE color: 6353853.

HSL color Cylindrical-coordinate representation of color #BDF360: hue angle of 82.04º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF360 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 96 -
CMYK 0.22 0 0.60 0.05
HSL 82.04º 0.86% 0.66% -
HSV(B) 82.04º 0.6% 0.95% -
XYZ 55.15 75.76 22.78 -
YUV 210.1 63.61 112.95 -
System Red Green Blue C M Y K H S L
Decimal 189 243 96 0.22 0 0.60 0.05 82.04 0.86 0.66
Hex BD F3 60 16 0 3C 5 52 56 42
Octal 275 363 140 26 0 74 5 122 126 102
Binary 10111101 11110011 1100000 10110 0 111100 101 1010010 1010110 1000010

Color Harmonies of #BDF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF360

Black with #BDF360

Text Example


Text Example

White with #BDF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF360; }

 p { color: rgb(189,243,96); }

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

background-color css

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

 a { background-color: rgb(189,243,96); }

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

border-color css

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

 span { border-color: rgb(189,243,96); }

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