Html Css Color HEX #BDF05E Conifer

📋 copy color: '#BDF05E'

red 189 ◦ green 240 ◦ blue 94

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

Shades of Conifer #BDF05E

Tints of Conifer #BDF05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.97%

R = 36.14%
G = 45.89%
B = 17.97%

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

#BDF05E (or 0xBDF05E) is known color: Conifer. HEX triplet: BD, F0 and 5E. RGB value is (189,240,94). Sum of RGB (Red+Green+Blue) = 189+240+94=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF05E is #420FA1. Grayscale: #D0D0D0. Windows color (decimal): -4329378 or 6222013. OLE color: 6222013.

HSL color Cylindrical-coordinate representation of color #BDF05E: hue angle of 80.96º 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 #BDF05E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 94 -
CMYK 0.21 0 0.61 0.06
HSL 80.96º 0.83% 0.65% -
HSV(B) 80.96º 0.61% 0.94% -
XYZ 54.17 73.95 22.01 -
YUV 208.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 189 240 94 0.21 0 0.61 0.06 80.96 0.83 0.65
Hex BD F0 5E 15 0 3D 6 51 53 41
Octal 275 360 136 25 0 75 6 121 123 101
Binary 10111101 11110000 1011110 10101 0 111101 110 1010001 1010011 1000001

Color Harmonies of #BDF05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF05E

Black with #BDF05E

Text Example


Text Example

White with #BDF05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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