Html Css Color HEX #BDF05D Conifer

📋 copy color: '#BDF05D'

red 189 ◦ green 240 ◦ blue 93

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

Shades of Conifer #BDF05D

Tints of Conifer #BDF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 36.21%
G = 45.98%
B = 17.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#BDF05D (or 0xBDF05D) is known color: Conifer. HEX triplet: BD, F0 and 5D. RGB value is (189,240,93). Sum of RGB (Red+Green+Blue) = 189+240+93=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF05D is #420FA2. Grayscale: #D0D0D0. Windows color (decimal): -4329379 or 6156477. OLE color: 6156477.

HSL color Cylindrical-coordinate representation of color #BDF05D: hue angle of 80.82º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF05D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 93 -
CMYK 0.21 0 0.61 0.06
HSL 80.82º 0.83% 0.65% -
HSV(B) 80.82º 0.61% 0.94% -
XYZ 54.12 73.93 21.77 -
YUV 207.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 189 240 93 0.21 0 0.61 0.06 80.82 0.83 0.65
Hex BD F0 5D 15 0 3D 6 51 53 41
Octal 275 360 135 25 0 75 6 121 123 101
Binary 10111101 11110000 1011101 10101 0 111101 110 1010001 1010011 1000001

Color Harmonies of #BDF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF05D

Black with #BDF05D

Text Example


Text Example

White with #BDF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF05D; }

 p { color: rgb(189,240,93); }

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

background-color css

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

 a { background-color: rgb(189,240,93); }

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

border-color css

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

 span { border-color: rgb(189,240,93); }

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